Memory Pool Memory Pool Refreshing

9,501 transactions
2.98 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
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,119 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (707,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,122 200,122 0000000000000546ebc3a42e869fe159a51641a5f8c191d030f94485f7c03f46 0.05 MB 113 84
200,121 200,121 0000000000000466974aa65083d7b7573434af6b1c91ba305cdc67fd7d11e23b 0.03 MB 56 62
200,120 200,120 000000000000027bd0452f49c14ca7b2095603e9973ba79ad3eb35aac210f825 0.36 MB 831 142
200,119 200,119 000000000000030579619fc60757f2974c815dd77e5d8d9bc8edca1f9348bf33 0.00 MB 2 286
200,118 200,118 00000000000000a2040ee5ef17294859fcd41329b537613466383b92ee85bbf7 0.00 MB 7 152
200,117 200,117 000000000000056654b501ef47030174f5ed87993edddc53062bb9898288456b 0.25 MB 363 84
200,116 200,116 00000000000005077b033de8f72a8af3d79023f70d5c998f6121a7a9195b82a7 0.01 MB 19 221
200,115 200,115 00000000000002b04219138fa8958be6c1e6be69d738e06e9a1d1025a2d3d2f4 0.02 MB 57 287
200,114 200,114 000000000000027e9a3279ac05535c94c656bbca587a89de1fb70e3eca4586cc 0.00 MB 6 53
200,113 200,113 000000000000049912cbf1245a6fdb3b199c2364e85adfc6303b32645e3bb157 0.07 MB 200 242
200,112 200,112 0000000000000430b71ee3dcce345739a8ce84f67b77e673f17a776e002c9c4b 0.01 MB 42 40
200,111 200,111 00000000000001e4277b696b03ed1e085037bcfec8e2a1b7454f9cfd2d936e41 0.12 MB 232 168
200,110 200,110 00000000000000bb6d7c2a9e9f86ab88d0d36f15055869af85c61b247dfacb31 0.02 MB 63 7
200,109 200,109 00000000000002c02f0f478edd0521a71c399f46283947b2be1ca2b8cf634f64 0.05 MB 172 250
200,108 200,108 00000000000002d0451620cb2afeafbb7b2e10d15ddfca2bee4235cdd9b56ee8 0.03 MB 90 303
200,107 200,107 000000000000021a76fd89de03a388cebde7d1682f670f4faafc34f6fe094c7e 0.03 MB 77 212
200,106 200,106 00000000000000c25aff542ab28a670cd10245b1ee2c3ead7cb9f16b838a9efb 0.00 MB 10 198
200,105 200,105 000000000000031eeef23c12335c6c92a29fb600acb45c578b2408a7b65c918e 0.00 MB 13 87
200,104 200,104 00000000000000f24d13de1ea6f6d619e24d123ef18dd4c6ce7aab8e1463e34e 0.05 MB 163 223
200,103 200,103 00000000000005cb5b4849c39e236d509c4f21a3846c3e0befda4b7e5dd693b1 0.03 MB 51 84
200,102 200,102 000000000000026f1152f020a09549246c4349772f72e5cb246d301d5e140e8d 0.01 MB 30 51
Previous 10 blocks ↓
Total Size: 768.93 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,612.16 GB sent, 92.47 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.