Memory Pool Memory Pool Refreshing

74,634 transactions
30.54 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,325 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,036 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,324 (55 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,269 866,269 00000000000000000001ad0594fd8d1a5c9b2059d6e8481a923a49b6ec424723 1.55 MB 4,885 7
866,268 866,268 000000000000000000026488a1b6ff3b2e3fd6c8ff2f1e4872bda1dcc42a0bd8 1.76 MB 3,313 5
866,267 866,267 000000000000000000006ae0d57cca1b85eeb621026481dfab423546eaf984cb 1.39 MB 4,714 10
866,266 866,266 000000000000000000022ab42137e47127c52fd1a662fb007b6b55a30bf11c7e 3.84 MB 307 7
866,265 866,265 00000000000000000001ff437e64a20773afe97d3f3006d222fe172e91bf93b4 1.66 MB 3,659 10
866,264 866,264 000000000000000000000885f753c6a810c5d3fca5d0b8863c93892396e7fa56 1.28 MB 2,273 10
866,263 866,263 0000000000000000000115a6f2b1cc74a848c34604b84deda6b948e7fcb61ab2 1.40 MB 3,834 12
866,262 866,262 00000000000000000000b077ba97ab7c3b828f926fb5109a480642c70f9471a7 1.57 MB 4,800 13
866,261 866,261 00000000000000000002457fac7cff3af2aa9f997628ae8245a2e54fd7fd430e 1.49 MB 4,962 14
866,260 866,260 00000000000000000002124c03a3b424bd69601fd540f5f561f4bd7eedd87836 1.52 MB 5,098 19
866,259 866,259 000000000000000000011c027af4db7f95a6c404789cd6bc91a27e4dfecfff21 1.44 MB 5,948 20
866,258 866,258 000000000000000000022fbfde452ac7e9c3f9a8213fcb5fa70a1ce7e3c805ef 1.42 MB 3,903 17
866,257 866,257 00000000000000000002c22410ff43100d4ecfdbde6312930e3d89f699043fff 1.53 MB 5,359 42
866,256 866,256 00000000000000000001d6c84d12f918a83bddbd021cd1f3b78c889942f6a381 1.40 MB 6,315 72
866,255 866,255 000000000000000000012130841df9c7254795b673ecaa22036fe80dddf8e124 1.44 MB 6,174 15
866,254 866,254 00000000000000000000e88a52b2f1b5cbf7ad1e67106aa672a85f838cff1ce7 1.45 MB 4,942 7
866,253 866,253 00000000000000000001a8bcca79ab039d30fc0cd05f2385ddf8c568f802f13a 1.49 MB 5,091 19
866,252 866,252 000000000000000000011249634eb89108bdc5711ac64528621c73d2933d5680 1.46 MB 4,452 15
866,251 866,251 00000000000000000001985040ee89d1048baeade4c5308c9309d22e6bdf0aaa 1.69 MB 3,781 12
866,250 866,250 00000000000000000002ee29ebdd7a5b9223c97060c739f7e2d5748e037533bf 1.84 MB 2,311 7
866,249 866,249 00000000000000000002ebaa7dabe8bef92d33c5a57f9ec5c5db340933813386 1.59 MB 5,554 7
Previous 10 blocks ↓
Total Size: 692.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,843.68 GB sent, 159.73 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.