Memory Pool Memory Pool Refreshing

1,523 transactions
25.09 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (870,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,681 37,681 00000000a842b45ef379b6035810791b59b090c1c84f1e6fe8efaabaf36dcb3d 0.00 MB 1 0
37,680 37,680 000000005c2278b0737ec3928b78f958ed002f6dab905912947f8b1dac831e70 0.00 MB 1 0
37,679 37,679 000000000a405156704d02773f93bf5e7c24a2a7d0f505e57d48bbc3ec116fdd 0.00 MB 1 0
37,678 37,678 000000005f5edd0dc432dc492f0c1be272e9c750825a8d4b2d1154f7cf8daa04 0.00 MB 1 0
37,677 37,677 000000003201a98bbe922fa69e27f0083c3b4d26663e75c838415ec5ed04ce34 0.00 MB 1 0
37,676 37,676 000000004b63ea15e443927dc207fcc7591af7b6a402aaed0789fbb53c56f5d7 0.00 MB 1 0
37,675 37,675 0000000085a8cfec2eb885cb424925f8cf07f2902a43c98766ad10ea5179d94b 0.00 MB 1 0
37,674 37,674 000000004f7ae9a12c1d7874f20c2e0c515f67b0775c050770d149e595c6a5fb 0.00 MB 1 0
37,673 37,673 000000008fc9bc1074c3c63046371d589172773aa9853ec530b7574b049ad7cd 0.00 MB 1 0
37,672 37,672 000000002e7e1c753d085015f87ac03bf953e8716d63fbd0fee07a2290cca502 0.00 MB 1 0
37,671 37,671 00000000674bad49597d1ef43f7240f05f88591d82fc7212e603f0abf693d1fd 0.00 MB 1 0
37,670 37,670 00000000b4fb1c76a4285481731567794eab86634e5532020b8fd16da634c89d 0.00 MB 1 0
37,669 37,669 0000000080887fdde3da8b54c7a831a5ae1a7def0b56453457aecdb24abaec71 0.00 MB 1 0
37,668 37,668 00000000b0ee20565958f17304f3f063d917e119c5988b86956ea1c4660d1e0d 0.00 MB 1 0
37,667 37,667 0000000004085187731ee4cd129beb1359bd99214f63a1e940cdb7ddcd53a626 0.00 MB 1 0
37,666 37,666 000000000979f4b040042e49d2f8185f82af3d0787d67d7ceba7ee846a98775e 0.00 MB 1 0
37,665 37,665 00000000a67afe459dbf14afd674a5c02f2fdb5149d4a99139f4704c3a842460 0.00 MB 1 0
37,664 37,664 000000003bd56403a5aca689cb155208554b9c99d5073f5774d3d4c08c89e91a 0.00 MB 1 0
37,663 37,663 00000000b4eb89244eaa948ceb244e52a2a2c1f5fbaaaf0f9e0a263b79b70da9 0.00 MB 1 0
37,662 37,662 000000005439b2b713ef77f0efe190eff94f3a23fcb77924452c3b608258f167 0.00 MB 1 0
37,661 37,661 000000007dd40d8ad9ea5fdb025e5e7c1c5bfe302cce22a0bee62afbe04fc90b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.89 GB sent, 98.58 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.