Memory Pool Memory Pool Refreshing

8,659 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (164,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,814 742,814 00000000000000000005c3f9f497c5a6d29187e4c7b92c1f6faa30c4ce0f3aa8 1.61 MB 2,226 11
742,813 742,813 00000000000000000005f9dda4def155d58372a3514126d08ca216a175031724 0.21 MB 312 11
742,812 742,812 00000000000000000002bc79a4d8bd23656de2cfb3cfcb87fa526ed2a5971f6b 0.13 MB 84 5
742,811 742,811 00000000000000000008ef3a7350096c332231b7ba488ed3bc9724070fc8d1e2 0.19 MB 252 9
742,810 742,810 000000000000000000057916167dfdcddd472b64b22b69b09d4981e36c3ba6b2 1.05 MB 1,015 6
742,809 742,809 00000000000000000003c54a57625ea6ff28094f669dfa6069a5981241afac20 1.72 MB 1,805 4
742,808 742,808 00000000000000000001c92e49cea65917be8a82d65a735f1c2c60fee845301e 1.55 MB 2,756 13
742,807 742,807 000000000000000000030df5969ba24d4882b143aaf6e4eaf44b9e4091cf310e 1.35 MB 1,535 8
742,806 742,806 0000000000000000000309a910e1552cdde9d202daaa516240e77831ebc66f3b 1.49 MB 2,034 17
742,805 742,805 0000000000000000000668f282b7e4dcd4e0128e27512604428d630a9fc04d30 1.59 MB 2,792 15
742,804 742,804 000000000000000000040c91943fe2352041e844f94906a14990981a871f0bdc 0.31 MB 461 10
742,803 742,803 00000000000000000007f1a21a0ef6029a87f8631353a873b5ca42441ac46de4 0.69 MB 1,045 9
742,802 742,802 000000000000000000040dc845f4fae4dab51ae0168a6ac110c7d40226f99388 1.33 MB 1,799 9
742,801 742,801 00000000000000000001cae31b46ac3b92db97df8675ec370a0aee3151a28426 0.43 MB 367 9
742,800 742,800 000000000000000000095203d48e2e2915a1c780438bd2b81acaeac053b58e71 0.86 MB 1,521 11
742,799 742,799 00000000000000000006e0c8fa6f8a64a7568963fb72640297e1729b3c1589f9 0.26 MB 415 10
742,798 742,798 00000000000000000003b189e921ebd925d5667b6fdbd070f60e3d6d75bc8fc0 0.51 MB 793 9
742,797 742,797 000000000000000000031377ed8fefab1012dfdce6be87f826531fdaab452c26 0.79 MB 1,328 11
742,796 742,796 00000000000000000004d56c52be4e85a1d320976722b8a8ad64e3470b3427be 1.21 MB 1,522 12
742,795 742,795 00000000000000000000946103c426ca77518d38be53e3c3b1cb45e1fdd62089 0.78 MB 1,168 12
742,794 742,794 00000000000000000002dfd3388fea369f816d3d6f426b6e74977c81864171cd 0.35 MB 286 11
Previous 10 blocks ↓
Total Size: 769.01 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,621.31 GB sent, 92.91 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.