Memory Pool Memory Pool Refreshing

9,257 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,834 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (692,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,413 215,413 00000000000003dadaf5218ec103302e8a0de7d0d6e84ed340e70e3f7951ef8f 0.05 MB 124 128
215,412 215,412 000000000000023a3275356341b0643dafd8f1d2eb537a43757f8bc604949dbe 0.09 MB 165 159
215,411 215,411 00000000000003ec0d597b9946b3819ac41521516175b317f49c25a77e2d5eb5 0.03 MB 64 62
215,410 215,410 000000000000029b9d32dfa76c99478179c039c0828051665ba4c0b09a400f4d 0.25 MB 619 176
215,409 215,409 000000000000028e614a8f4c0cea9e1915bdc60109a77c4513267c58d9b55aa6 0.00 MB 15 414
215,408 215,408 00000000000000f44a26a21c80d4dbe82d37498edc8a670053db9eb50c34b903 0.05 MB 138 154
215,407 215,407 0000000000000552fc7cccb090335692bfe731e63541e8800c0dd003ed8fdea4 0.08 MB 157 155
215,406 215,406 0000000000000124209f0316b0bb6e2305fd1d8beabb65d9aec4a1b3d600ca3f 0.14 MB 398 193
215,405 215,405 000000000000055f3928bffc96b875ed841e136a8e84b5aac663044f71537b1f 0.00 MB 14 15
215,404 215,404 0000000000000150d0498af13baba3ef71fce47654b39c6b2ed18d4c6d3e05df 0.01 MB 33 73
215,403 215,403 00000000000004ba700dd0a38b671a0c9321a6a041bf3382d25e6359216cb282 0.06 MB 147 141
215,402 215,402 000000000000057d4b1ca89b8f5f12b0ddd7f1106ea1b60d76c4709d9fb396d7 0.05 MB 115 142
215,401 215,401 0000000000000029e3fb0134055d202205b4ca438de5715afcc48186bab28663 0.07 MB 140 147
215,400 215,400 000000000000042f3df12c164a248308bc0e467efd0926b5f559e9e437350ef6 0.16 MB 330 179
215,399 215,399 0000000000000280ea7249920802da2d4e848d040211e2f93327d0a4c7f85560 0.00 MB 12 0
215,398 215,398 000000000000052d36dd333dfc1cacb3f985290ff28de7ab6a190f06bc24fd73 0.00 MB 13 50
215,397 215,397 00000000000000b725e8b635ed65026fbb2d0d848f0621a42e736e30629ea059 0.23 MB 432 167
215,396 215,396 000000000000029c04305889b3129ea70daac9b7d970e4a0a9273dfecbc16c66 0.02 MB 57 113
215,395 215,395 00000000000000cb781f3141eae02fb14035c8380d48eff520cfb8fb12ae87a8 0.32 MB 668 154
215,394 215,394 000000000000011feb3b8a16b5fe6f54d6f1e02475aba8402a7561512566b5c5 0.15 MB 369 167
215,393 215,393 0000000000000410f45af1f5c65ebe91a606e889faa8d1d30ce978076490c21b 0.04 MB 93 144
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.