Memory Pool Memory Pool Refreshing

2,557 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (695,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,691 212,691 000000000000041f4e9ad205f10068fbc36104b71460201303721f4567c2a6e0 0.20 MB 602 237
212,690 212,690 00000000000002d905909c4f68a8c973b0a8411a79943d7c92a884dc0337345a 0.00 MB 9 194
212,689 212,689 000000000000042d1bc432a92c42c186297799da1a7b878d79edc5e080d12950 0.42 MB 602 130
212,688 212,688 000000000000024befffc4ede9526307ae1789d09b1efb790d628cc02ff387d3 0.25 MB 482 144
212,687 212,687 000000000000004511590145a0d0f81f37a74fd11e9a0f2b30fe59ed32a5d10a 0.00 MB 10 23
212,686 212,686 0000000000000004bf2acccfc04439be1963f99eb017bc3589de8fc2ba16a25e 0.10 MB 221 175
212,685 212,685 0000000000000300c620c73ea8ca85b9a803f37aeda4b0e6a014e48fb9fe98c3 0.20 MB 614 233
212,684 212,684 000000000000006f7dd6461ffab1d603ad651b3a8feae2fd13f2edb2fd1ae2cd 0.05 MB 138 82
212,683 212,683 0000000000000242e1ef41f15923febbce16c38ffe07c2cde74bf95ee92d8bae 0.26 MB 517 142
212,682 212,682 00000000000000b38f2f66f2011eb53ab243fba258a4c8e5b3b78c003367fd49 0.00 MB 13 188
212,681 212,681 000000000000033e57f2c85c8e31dd808ff7cef167c22b39975bbeb9c1dc4896 0.27 MB 427 124
212,680 212,680 00000000000001fc2eb73939e7303104fec7549a2c57c32b2e0d06f3c9e8345b 0.25 MB 852 245
212,679 212,679 000000000000021500778ce9f4f8f5daebb11a760a13baa07aed0dbbd427c5cc 0.05 MB 121 143
212,678 212,678 00000000000003f33ad9ee8cc74d4520c694fd53ac2299260b47c56b72e4a179 0.00 MB 8 17
212,677 212,677 00000000000003fd2556fef87f895f9700163eaf30c8e9a7363f9f972cd8a880 0.25 MB 831 251
212,676 212,676 000000000000027b13db482cea3e58ca47a2197120ada44beb6c8794bc440552 0.01 MB 29 125
212,675 212,675 00000000000000c714c0ebbdc26ca0601d9185bfaf5d661a909fc873804e8a4e 0.03 MB 42 149
212,674 212,674 000000000000017ddd63f04dd670826c98762e7e78303302d1c318dff43a1f7d 0.25 MB 492 157
212,673 212,673 00000000000002c607cbca59407aa3ddeaafd52f88af6963b3dddd3d4065cfdb 0.25 MB 650 206
212,672 212,672 0000000000000172a189b716cb0f1680e0010fd171611a49ce45d206c16a02c2 0.05 MB 91 64
212,671 212,671 0000000000000102677cc88cf580f97b2aa201411d5e75572a5c5a29d190a5ef 0.17 MB 301 139
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.