Memory Pool Memory Pool Refreshing

36,912 transactions
30.96 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,362 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,361 (3,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,301 859,301 00000000000000000003179ef08d863f78401741568f61efb225d17d500e9863 1.60 MB 5,043 4
859,300 859,300 000000000000000000001500e2e920fe75844b033025640051c202521d6aa258 1.67 MB 6,592 3
859,299 859,299 00000000000000000000f7c0bab1f56591fb2a9d9c56b82b22bd7c41d96377b2 1.59 MB 5,507 3
859,298 859,298 00000000000000000001a35ed93f31b574989f68c8d8344f21fedf904079163a 1.58 MB 5,340 3
859,297 859,297 00000000000000000000c4af6e36a6fa07ae1194721c3ec5008643d2e5c4e9bd 1.51 MB 2,678 4
859,296 859,296 00000000000000000001e5f91034728f5e068cbc073e3ecdade104d98c24c4f8 1.69 MB 5,458 2
859,295 859,295 00000000000000000000713b7f2402c7fa0b59da041cfc57faddd68ffd9487bd 1.49 MB 5,023 3
859,294 859,294 000000000000000000012b91122252cb86f79c38e460af8a50cce7ef51797cad 1.63 MB 2,930 5
859,293 859,293 00000000000000000001af832c30ee9bb56d3aad9088e16b362f88f9693d595e 1.64 MB 6,983 2
859,292 859,292 000000000000000000005e726e13c55bc61c6db43785832b78c6b45914963667 1.58 MB 3,808 4
859,291 859,291 000000000000000000017c586d80350245f19d222be8901121751554c5fb4bf3 1.56 MB 3,527 4
859,290 859,290 000000000000000000001f05f41805732b51d9f6147758966f681f788538ab79 1.59 MB 5,104 3
859,289 859,289 0000000000000000000261e4171ce74116ed38dd2d21cd0b262344e2165c7476 1.58 MB 5,390 3
859,288 859,288 000000000000000000023d151d6673430833c6b74ceaf70c5f1f94b5fd0c4c8c 1.64 MB 4,178 4
859,287 859,287 000000000000000000017ba3534a76ae92ef7b1706cea96943d08678999f7f3e 1.69 MB 5,088 3
859,286 859,286 0000000000000000000072ffa062b2e174e95709e2259fbd8703c03718f87271 1.67 MB 6,497 2
859,285 859,285 00000000000000000000d0f142030693c323d39f71ec9ffd8f9394b301f0a1da 1.55 MB 3,018 5
859,284 859,284 0000000000000000000048779ce602b1cc90cf3745799c511d4006280cb1e23f 1.64 MB 6,464 3
859,283 859,283 00000000000000000001ed7ff529d5a49f1ed0050a8d75ec7748472808959b00 1.60 MB 5,580 3
859,282 859,282 00000000000000000001727b2d3e73ad50ab260c4a450cbeafaf892554c8a7d2 1.66 MB 4,085 4
859,281 859,281 00000000000000000001fa32ef46122a1ebc446c2c4555b5585135fad8616232 1.55 MB 7,204 2
Previous 10 blocks ↓
Total Size: 684.85 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,365.39 GB sent, 104.00 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.