Memory Pool Memory Pool Refreshing

3,820 transactions
1.86 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (773,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,669 134,669 00000000000003d8640625c3a55870ed808b6474e60933896c7369b908299c0c 0.11 MB 308 251
134,668 134,668 00000000000005fcc5b0f806825820e020fb478f100064100439186938d818d4 0.03 MB 63 633
134,667 134,667 0000000000000514cd2171b899e168e06585f238b69c4389b3e30dc66a69ce17 0.01 MB 22 370
134,666 134,666 00000000000001e849ee02e57208218ec78b84e7dd55e82ff1f6d4e1b053b6a2 0.05 MB 156 343
134,665 134,665 00000000000003b4c6e54fc2de08610c7b142048a83eca4f729973d34c5273b3 0.02 MB 45 169
134,664 134,664 0000000000000630be5d799ca0d3470d2a2d542572c964a69c2f3836801a53ea 0.03 MB 46 465
134,663 134,663 0000000000000a0e9e07d36346b8c1e44ebf1f0cb6bb93096d9885a5a2446e22 0.04 MB 92 770
134,662 134,662 0000000000000325d59fe0cbe1f8f40678e039cc516d6e4b39459fe30840a779 0.01 MB 31 139
134,661 134,661 000000000000006ba84f5d0f0f04ed73f3e5bf32bef160d7d94c5c6abab3c669 0.01 MB 39 542
134,660 134,660 000000000000090ecac5b1f2a19f086a92213360d2888c2afd19dd5024226b91 0.01 MB 15 243
134,659 134,659 000000000000017ef3693f1125494047df9029d1c2f9dc4ab3240024312963ff 0.00 MB 14 331
134,658 134,658 0000000000000b1e900212cb7111a8d348642b7dd3c87709e3cf6dd7f0228800 0.00 MB 13 28
134,657 134,657 0000000000000b04ce2c8d09df52c83f1dc639b739c6249586fb6d473646a3da 0.01 MB 29 412
134,656 134,656 0000000000000027dedde72f8fc31ca69cc17f01a7d853dfdbe81c77021716d8 0.03 MB 76 463
134,655 134,655 0000000000000663210740fa013955194f7a12152f3cc8832cabc1dedff3aa91 0.01 MB 38 830
134,654 134,654 00000000000008873ad4e474eabfff5c305f61f430830ae543e5ca277b171f02 0.01 MB 19 157
134,653 134,653 0000000000000afdfa7b6e3d433ef5ee9a201d691516c315b34ab2b2004e9330 0.01 MB 13 926
134,652 134,652 00000000000000e94d0c8e98e45764969736f5abf18486d63ce80b43835d5dc1 0.03 MB 104 120
134,651 134,651 0000000000000554c75fcdab7fec91f310705b9ad71c5fce7bf3188c9edac852 0.02 MB 48 336
134,650 134,650 000000000000004a21d9ce465b9e31323b7d7d7238f0c0863ce23435c9e38ad7 0.03 MB 43 278
134,649 134,649 0000000000000a5d0531038164a53d62931e7a94c95fee189583ec724d286533 0.00 MB 13 678
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.47 GB sent, 93.13 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.