Memory Pool Memory Pool Refreshing

78,660 transactions
24.37 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,914 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 6,499 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,913 (381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,532 866,532 0000000000000000000245e70aa5383cc3f4b9cf63b0931f7cf429fd871ca82b 1.57 MB 3,696 5
866,531 866,531 00000000000000000001b6bf7f319c676bb981cf1bbd7317d3b5463c6befe45e 1.30 MB 2,451 7
866,530 866,530 00000000000000000000c8c822a175de62e38b0eb6fc96ee528c5e225b87c2dc 1.40 MB 2,676 9
866,529 866,529 00000000000000000002439d75676546ee908cc0827fcab756a8562973f0b82a 1.37 MB 3,184 13
866,528 866,528 000000000000000000012f192055212c04824f24532a4cf97c8cee21f041eadb 1.50 MB 5,524 13
866,527 866,527 00000000000000000002a14ca968a2448132772eaa47a0f381195c0ac1451662 1.43 MB 6,747 17
866,526 866,526 0000000000000000000116aefeaeef2e6ab679f8498c5249045d04e392e713f3 1.48 MB 3,580 5
866,525 866,525 000000000000000000023e3a058b201025aa885540c0a6a1b3a7e768375a9fb3 1.31 MB 2,699 4
866,524 866,524 00000000000000000000662ab369cfcab5f7fb36c749a96413d837878b478fab 1.67 MB 4,132 4
866,523 866,523 00000000000000000000f3ffc975c98261e623a1ea1f1df1f59eef3e55aa2f71 1.57 MB 2,865 12
866,522 866,522 0000000000000000000213f32061b1518137838c3d6b29b74a547e4d22499d3f 1.67 MB 4,283 4
866,521 866,521 0000000000000000000069d2529f8663418426278ce3e34d9241f681e29ddd0f 1.52 MB 2,975 8
866,520 866,520 000000000000000000001fd4c5f35e2e10de72467877b81636eed9577e35ece7 1.60 MB 2,839 9
866,519 866,519 00000000000000000002964da434436297304038caa1f0b536c555eea0c01c54 1.48 MB 3,824 7
866,518 866,518 000000000000000000029a2198d8d61b7c6459913fe32045ac4c89e06b8d872e 1.42 MB 5,067 12
866,517 866,517 00000000000000000002cd9663c036c3bdc0edb986e5b64d72311a31914e6237 1.54 MB 6,204 14
866,516 866,516 00000000000000000000c6d0cf7af56a389ea1357c9a0b2a9fdecb2ba576bfed 1.57 MB 6,282 12
866,515 866,515 0000000000000000000282de0d916c5b7d34ff71620eb5a89146fd003f165230 1.51 MB 6,447 13
866,514 866,514 0000000000000000000300f23240f22734c4230b8b70563da29ec0e45882e9d2 1.47 MB 6,756 16
866,513 866,513 00000000000000000000df08647272c5e41e5cfe3f412d76e10fc382d6b69c77 1.54 MB 6,654 16
866,512 866,512 00000000000000000000a4eb0e9b38a1fe159ac4b3a519c6c1ea5e60ab842332 1.47 MB 6,576 13
Previous 10 blocks ↓
Total Size: 693.44 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,883.14 GB sent, 168.45 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.