Memory Pool Memory Pool Refreshing

6,261 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 14/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 4,011 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (840,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,848 66,848 0000000001366cd03b07cae34c29cf35f47dbac702073b119ee7b987fca7abfa 0.00 MB 1 0
66,847 66,847 00000000018eb69ba7d1bfbc724b72dbe819824812d00f93c5fd5ffe872a21da 0.00 MB 4 0
66,846 66,846 0000000004b927a86be9cf47d4c2a2511b0b00f045f3adc0258b95e2d19f2a74 0.00 MB 2 0
66,845 66,845 00000000055fac26b09341ee9e887190aaaec2e751465e18f411b04c7e874ce7 0.00 MB 1 0
66,844 66,844 0000000002e2ca42cb19be119e709c6f7455650221f5fee7a2a0385bcbcd5e1a 0.00 MB 4 0
66,843 66,843 0000000000c615c998b99cac564d91ee1d276a05fe18f74645c6d3fd01fedab9 0.00 MB 7 0
66,842 66,842 000000000429b6eb9b6076c1d5dca63b7a4d367f3af3fed14b181fd05a953296 0.00 MB 2 0
66,841 66,841 00000000027840d7d3e5a6fe42ddee02cf707bc6cc669741d4a13d1322d7f595 0.00 MB 1 0
66,840 66,840 00000000055fb29bba30c4903f1c1832935262d6824efd693a1cca993d78e9d8 0.00 MB 1 0
66,839 66,839 0000000001b746b6b233de54c4eafcff0e317f0bcde0965751fff5b5cb32bb5b 0.00 MB 4 0
66,838 66,838 000000000134832587eca09e145ba6820085bde599a2c2384bfe87ebba323f8a 0.00 MB 10 0
66,837 66,837 000000000436ceac6cbab897a686bd96cf531721c695e698bfcafad678430036 0.00 MB 2 0
66,836 66,836 00000000049c57dec0314d32ce9c84cb9721aae0325d993fc55fe56ac1e9d0e3 0.00 MB 1 0
66,835 66,835 00000000026429d6a82a58ecb49af2f83a03f5577326aefe7631e586283c5b46 0.00 MB 1 0
66,834 66,834 0000000002769fc6c6e73f3a615a1caff996b3f3b28bfb877259912283f4df88 0.00 MB 2 0
66,833 66,833 00000000013b4f3d9dec9e134b05f5131ac2c709edfc632957df5b225769132b 0.00 MB 1 0
66,832 66,832 0000000002a73628e88f123c8b112a51ad2df70aa2f4b4223b868c6cff1acb40 0.00 MB 2 0
66,831 66,831 00000000037773690b3f478e10c02e503d9e2455874b409582246ddc2ef785d3 0.00 MB 2 0
66,830 66,830 0000000004ab12d9d1772740bf011977516dff136fcb7d6707c9db599b22519a 0.00 MB 4 0
66,829 66,829 0000000003a5905310657b7ca48aade54a331f09aa241a2ca437aab90dffaad6 0.00 MB 2 0
66,828 66,828 0000000004bb8d3b5af4eb1a289b9abff2c78fe4b28353e4c9d313d013a70be8 0.00 MB 3 0
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 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.