Memory Pool Memory Pool Refreshing

4,880 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (61,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,434 846,434 0000000000000000000317372aaa646b694c0c6ea9b04f01142a218686e8eaaf 1.55 MB 6,175 20
846,433 846,433 00000000000000000001a521e1347c15f7731310b8841a44336495f165a2cf92 2.09 MB 3,763 18
846,432 846,432 00000000000000000000c05ac558c93ccc5af25e8880a42855aa596b7f31a53e 1.43 MB 6,748 17
846,431 846,431 000000000000000000002b670e101f2e4398937cc2f5037fd3df54ce76c85b5c 1.85 MB 6,089 17
846,430 846,430 000000000000000000026a4385be3c9f60a4f25cd26db316cda6d49ed2fc0218 1.51 MB 5,130 23
846,429 846,429 00000000000000000000f9a4759a6e39522edb780c9f5e384bd607b571149d17 1.60 MB 5,102 15
846,428 846,428 000000000000000000025f4cc7029aee5dfc4486dcc24cf1fa8ca4ad5810ba6e 1.47 MB 6,313 17
846,427 846,427 0000000000000000000007519c121e7780c5b169feb23bfe724e01513470ad02 1.59 MB 5,664 18
846,426 846,426 000000000000000000005565899bd6c0bdf57eb5035cbb6af6d7ffc8214c52f9 1.55 MB 7,068 17
846,425 846,425 000000000000000000030d2671154e310bcf41a876f55443c35948cee0252cc7 1.59 MB 3,652 24
846,424 846,424 00000000000000000000f09f0f1cc118ca1b8158117a88733c0c991ea4d6963f 1.60 MB 4,334 18
846,423 846,423 00000000000000000000eba56900650e5a53b048e9b53c972139943f3fa8c5b1 1.77 MB 2,913 23
846,422 846,422 0000000000000000000055fd57690db4626ee3782e8fb127d7b011b8e2aa70ae 1.53 MB 3,093 32
846,421 846,421 00000000000000000001070f834fa6e3e0381db3d5dcda5d397970db1e2263ad 1.55 MB 3,547 25
846,420 846,420 00000000000000000002734c044dc6e9c4c89d3b70df87497e63f2a244869669 1.53 MB 4,107 29
846,419 846,419 0000000000000000000211f80e17c925b8a34eea0643b40e147d7d00a3252053 1.48 MB 4,349 39
846,418 846,418 00000000000000000001169a7e9391a4417bb959fe5baf084a38889cf09049ad 1.48 MB 6,426 38
846,417 846,417 00000000000000000000a8e0d45d6637f5ffb1e480ab24cb2d57d5611ae16d3b 1.50 MB 6,458 27
846,416 846,416 000000000000000000000abe15ce20a91970f6dd7d37905b06c986a774d41da7 1.45 MB 6,664 29
846,415 846,415 0000000000000000000201a16010222f70df10f2edde06e9a84ff623769dcfde 1.44 MB 5,045 33
846,414 846,414 00000000000000000000e933921ecc0d540fd8a7989b55daa9d27b944024a9a5 1.44 MB 6,546 19
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.