Memory Pool Memory Pool Refreshing

10,737 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,191 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (434,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
472,793 472,793 000000000000000000cb55a06199502dc177becaa560819566e22cf47136235f 1.00 MB 948 104
472,792 472,792 00000000000000000019cc54c5541b391aacbc1ac29a6aa64c21232f571b39d7 0.99 MB 253 25
472,791 472,791 000000000000000000e39c787acf3db9e70d0f7c484c3e2d811fdbdbeb3fd5a5 0.97 MB 1,708 227
472,790 472,790 00000000000000000135590a20bf7bd02280b86bbf9d2422bc76e8dad798cb05 1.00 MB 1,138 54
472,789 472,789 0000000000000000006471be15e0576fbefa8f1d1995a0d53a41afd5c3a3bf02 1.00 MB 2,049 272
472,788 472,788 000000000000000000dbd141b70c28684d8b201a13c99f6f95c49ba561ab8d7d 1.00 MB 1,430 284
472,787 472,787 000000000000000000af16856aeb8becbac7a1cb3aaa122c6c84b127f84584f0 1.00 MB 504 287
472,786 472,786 000000000000000000f95435be5ff4144e612e568a1ad17d3d2cb8b8914e4a95 1.00 MB 574 372
472,785 472,785 000000000000000000bed0da119dd96630b612efad998aeb5056075306b217a4 1.00 MB 264 56
472,784 472,784 00000000000000000155c129219552a323808ba381fc05c277ce4640ed1d3f03 1.00 MB 1,187 142
472,783 472,783 0000000000000000006fc75cb7324e749878b47fbb6613f80cea2fb4fb0d1451 1.00 MB 1,710 199
472,782 472,782 000000000000000001466ad26650f217fb2d4c5e5c685fb8268e4649985949b2 1.00 MB 1,871 278
472,781 472,781 00000000000000000134c69c35d619e59d58c61348791c1db77fd556cdcc80ff 1.00 MB 2,234 212
472,780 472,780 000000000000000000715598351aa198a064a1a2a697ecabedf169c827bdd62e 1.00 MB 2,132 298
472,779 472,779 0000000000000000008fe3495df25cffe2f592498d034255d7c0978c7c21540c 1.00 MB 1,541 136
472,778 472,778 0000000000000000001a14302b020409273079c9e78f32c58c957a5369b1d228 1.00 MB 1,816 264
472,777 472,777 0000000000000000010205c7e00168e16fa8376393d5ec3142454e7d45d131c6 1.00 MB 1,339 447
472,776 472,776 000000000000000000836ada36008d80ce2ce4b3a585764569aef71cc110a8ef 1.00 MB 1,465 309
472,775 472,775 0000000000000000017c7f458dda4d4339c909dd38c388dd1355eae9d28f5521 1.00 MB 2,222 343
472,774 472,774 000000000000000001508b85239250f60b8c35e9f9b1c60539505ab3669d3a40 0.25 MB 252 107
472,773 472,773 0000000000000000015284a00aeb073a159f51e5596307b7897f3819236f8a61 0.75 MB 1,557 251
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.38 GB sent, 92.57 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.