Memory Pool Memory Pool Refreshing

3,841 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (178,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,544 729,544 00000000000000000006d348fd1b70446e6c4106aa138ac4c3848f314aee57b9 1.50 MB 3,238 9
729,543 729,543 00000000000000000009e78aa8e3a2990e781a9ddc5ef0acbe2b61dbde6df12f 1.53 MB 3,197 11
729,542 729,542 0000000000000000000003a471af2ef2e917c2bb693463e5cd87bd84b57b69c8 1.43 MB 2,759 9
729,541 729,541 0000000000000000000878ea0f3b9b6467a8939cb4e66c42c6825e714a693a43 1.31 MB 2,172 6
729,540 729,540 00000000000000000009da926e3d69d0dffa676b8db2993f7c943b447fc8e047 1.57 MB 3,024 11
729,539 729,539 0000000000000000000958d4246322a775a84b3185fe68666d248260180727ac 0.28 MB 577 7
729,538 729,538 00000000000000000004ac60f333be2ba3ba58c330079fdd624a34d1286e137c 0.98 MB 1,593 7
729,537 729,537 00000000000000000009b5973c03e7fbcd59422f2b566201028f1ae07aaecb3e 0.36 MB 654 9
729,536 729,536 0000000000000000000489d635fe8aecb42cb30135edcebac48493b069ad5bd9 0.56 MB 897 8
729,535 729,535 0000000000000000000675e29ef56d8ebb3125a3132ffdc08ea0aa90ef20e8b0 0.66 MB 1,438 7
729,534 729,534 00000000000000000005863e26adf472a77ef3deb37b58dd62d5edd59b49a3e4 0.88 MB 1,052 3
729,533 729,533 00000000000000000008c5eb5fab4b68b5d25e1a09708b668c6aac45174ca5fc 1.47 MB 2,598 10
729,532 729,532 00000000000000000004a7772a0b0212d81b58862bef714ec68d3f7cac079808 1.46 MB 2,271 5
729,531 729,531 00000000000000000008858c35effcebed85c5da31bd7c53675da3d051792c82 1.53 MB 3,057 16
729,530 729,530 00000000000000000009d00fadbe0ef3113498500d3ab2c5e949f3606994ebfc 1.52 MB 3,204 8
729,529 729,529 000000000000000000021cb5822080e1dad2945c6b34061417a9f82aa7cc4752 1.57 MB 2,833 12
729,528 729,528 0000000000000000000523cc5fbd20bc655bc1bcd3e62f7ff32bcb1f36085d46 0.82 MB 1,468 9
729,527 729,527 000000000000000000021f340339bbbc387de4d7150f130186609b2140818ded 0.44 MB 1,102 9
729,526 729,526 0000000000000000000950c9c6d8d4d2ca2bd36cc371654d2bb4363ab69c3381 1.45 MB 2,334 7
729,525 729,525 00000000000000000007074a6170ba64871a425fbb78ab91705995b4a4dfd4ab 1.12 MB 2,024 8
729,524 729,524 00000000000000000005a5ad814334f5363ac001961789d389d2fca700c962e5 0.80 MB 1,629 7
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.28 GB sent, 93.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.