Memory Pool Memory Pool Refreshing

8,335 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,910 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (626,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,815 280,815 0000000000000000f9dc7ffb2319a540a1cec998f1e9efd80fb820b7d0751918 0.04 MB 72 31
280,814 280,814 0000000000000001abe7e538e889ac6644504484b1cd1bd3f18376d3e110f5a6 0.05 MB 64 15
280,813 280,813 00000000000000011ac20690407111ea1d3f23c9c04d255a9752c0cd836069d0 0.10 MB 63 3
280,812 280,812 0000000000000001229e225bc840a2e5aa25b281740a09eb224bd60ca302664e 0.04 MB 46 11
280,811 280,811 0000000000000000e77d086f48c2ae82c5ca40c8bb56643b54794f94fb4a2e3e 0.14 MB 267 23
280,810 280,810 00000000000000013f8e43868d26304a30841ef427856c1672590cfd1abaf468 0.03 MB 87 182
280,809 280,809 000000000000000151bb66a7b1ae58909f740ebac4314398e6de4f9430b74dc5 0.43 MB 891 45
280,808 280,808 00000000000000012a74d9b41fa76a1878bb51f7b2c782f055d30f36d21c6b81 0.25 MB 450 53
280,807 280,807 000000000000000263e91bc2befa8c7461d2381f4f136e159b19292a5d410fd8 0.50 MB 1,278 60
280,806 280,806 0000000000000000d34dbb22d039ae58092ae9a731b02b641caab8a41c5208b5 0.21 MB 479 45
280,805 280,805 00000000000000007939d53cc158bf317edb12c10587d93cd2788c9529031648 0.02 MB 31 20
280,804 280,804 0000000000000001eb39d65d7edd5b6d50bb36435a049d67098a02ee731cf51a 0.11 MB 215 44
280,803 280,803 0000000000000001028c7a77fedc7bd6937579fa02b54d616504d5cd28938718 0.21 MB 435 59
280,802 280,802 000000000000000002622008c3d7073924414f7cec01fb59c94bd8220f6a1e3f 0.24 MB 539 53
280,801 280,801 0000000000000000a94cffb8d128412c90168bea85c545d854cbe869eac63e40 0.00 MB 7 30
280,800 280,800 0000000000000002126e593f4148adb0aae66bb32c9fbe65e77e560196495ede 0.03 MB 71 34
280,799 280,799 0000000000000001c15f9bee9aa568286475b48f48a5f662637ae0fccace91e1 0.05 MB 125 40
280,798 280,798 0000000000000001a0596ff48cb885646d81b5b95bd4409b41d31639359be9bd 0.04 MB 110 45
280,797 280,797 00000000000000020ab95456b19516b112a07c479dcb9d0a7752acb3b59ac29d 0.00 MB 1 0
280,796 280,796 00000000000000005f4540f7730a82baff904a5f2475fd236d19030866bfc784 0.16 MB 326 53
280,795 280,795 00000000000000019fa099206a18938a02698807d614966bf286e27e47747fab 0.15 MB 241 32
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,633.09 GB sent, 93.75 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.