Memory Pool Memory Pool Refreshing

63,389 transactions
32.20 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,445 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,191 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,444 (3,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,292 869,292 000000000000000000004702768c39f604e27e2c920ba56be257c2f7379b540d 1.66 MB 7,059 1
869,291 869,291 000000000000000000028b82c0da153c383901d35eb0d87651f17e23f118b25d 1.60 MB 4,781 4
869,290 869,290 00000000000000000001b75dd85baeea5a24c6d7ee8049a046537ad9b6dc988d 1.73 MB 3,623 2
869,289 869,289 00000000000000000002990bb2fae212e4cbed2228f5d07ccbf844a09a8c51ac 1.66 MB 3,901 3
869,288 869,288 000000000000000000016c4e38138bf650bb99069a81dc1fa95cdcde6072f1a5 1.61 MB 3,565 7
869,287 869,287 00000000000000000001c57798d62e7e98d45d0d0fb4a542b43bf41d2258a385 1.62 MB 4,395 4
869,286 869,286 000000000000000000025a214159ca9b2da6b3ae7bbb3341d69bb842f313189a 1.67 MB 6,522 2
869,285 869,285 000000000000000000006437746a33f002c65e7eb2906bc984049964a5a03783 1.59 MB 4,442 3
869,284 869,284 00000000000000000000db29bd138850054e595f86b2f83afdbd5d4f7d34e31f 1.57 MB 4,646 4
869,283 869,283 0000000000000000000040174adaf0ec907cd0dc2b88455df3be6f45e7a4c148 1.69 MB 3,059 4
869,282 869,282 00000000000000000001364677f11ceac0dc66d9713ec25a81d14da0a3bc1f62 1.68 MB 3,303 4
869,281 869,281 000000000000000000007650592a0dff8e77e366b8c7ab84aed919899a7b285e 1.88 MB 1,615 2
869,280 869,280 00000000000000000001049c69b4ea748dfc7aa65289cdbe4e55156088ff5d93 1.67 MB 2,016 3
869,279 869,279 00000000000000000001114249bf8a74d1ce426852d8b7a3390aa324566b19bb 1.76 MB 1,635 2
869,278 869,278 0000000000000000000039312de944f1ceb21e1530f0e09a109c56d04544b0de 1.62 MB 3,327 4
869,277 869,277 00000000000000000000cd9ae63e74b15a2aad77273e89982406ce3970071352 1.58 MB 3,906 8
869,276 869,276 00000000000000000001c9f951957367a3554b59b2c5fc3c713a6e5f6923ee30 1.69 MB 3,329 3
869,275 869,275 00000000000000000002bece889b799d3c44a215cb1de4cf4864d92b3b5aa247 2.03 MB 911 1
869,274 869,274 0000000000000000000125767e70c995ebaf51486908215f758faadc4ba91409 1.62 MB 4,103 4
869,273 869,273 00000000000000000000fedd8e8a1257baf0e6369b9f85a9d40c34c823108626 2.09 MB 1,067 1
869,272 869,272 0000000000000000000292843a991afbb31fc500291830d7dc3317e107ca8a94 2.13 MB 564 1
Previous 10 blocks ↓
Total Size: 704.03 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: 2,636.32 GB sent, 238.15 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.