Memory Pool Memory Pool Refreshing

19,209 transactions
35.65 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,698 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (515,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
346,425 346,425 00000000000000000fb58610c9bf66fc09be624ba9e6cdbc699af10fdc37c5ae 0.43 MB 772 26
346,424 346,424 0000000000000000113a11fae2e2ed30d6122cc1e94ee27e7dcc8d7de3369ab3 0.16 MB 320 26
346,423 346,423 0000000000000000080bd76cf80d0dff63cb091d380fe6ab6e4932e3310d6dbc 0.52 MB 1,010 28
346,422 346,422 000000000000000015a6e264f0555eb2e8a88d0b1ce25588dd8c18f65007e06f 0.43 MB 614 20
346,421 346,421 00000000000000000cfb5344add96fc46887c5b00d19df1d9d1a8ac3c7e67f8b 0.71 MB 1,368 26
346,420 346,420 0000000000000000173c8217a5523b315f020d34e4e046be665ca3098c7804e3 0.08 MB 105 9
346,419 346,419 0000000000000000162aab74cedf749fd61b1d5413971acffa894283976a3b00 0.10 MB 181 25
346,418 346,418 0000000000000000100faeb232b6eb206de042eec01963d5e8480b68959578a5 0.51 MB 781 20
346,417 346,417 00000000000000000f1cfaeeae500264e4f4af5b578e6ec8b351a9c57f131d1c 0.22 MB 577 35
346,416 346,416 00000000000000000a3d93c411c7b825dcf0883808f5cde0871fd92eac8617a3 0.08 MB 105 9
346,415 346,415 00000000000000000b2acdc668eb996cd2ffd58f4a6de94841f7e17049d2fb44 0.26 MB 475 32
346,414 346,414 00000000000000000dac54f86b70f14f2e5492d07c177c12da7d53f2109673ab 0.33 MB 536 22
346,413 346,413 0000000000000000005bca044d866fccd5f165629a843f4319bb956f08199a5d 0.09 MB 142 19
346,412 346,412 00000000000000000a5c37772b09e625acf8291ba099671de5730b1ec1d9e8f3 0.03 MB 16 4
346,411 346,411 00000000000000000b59a0fd8d250295b861024e2a566a31e6adb6e7aa6755bd 0.33 MB 541 22
346,410 346,410 00000000000000000bfd3b43ca8e853eeb55989e2f137f8664f7f3f846892f7d 0.20 MB 256 23
346,409 346,409 00000000000000000789f9cef7a7f0d7026a0682a4cce0754f42f315ac9ab908 0.35 MB 686 26
346,408 346,408 00000000000000000733f81d43d6c32c3335badb36ef07aad8691847e9f4724b 0.07 MB 29 4
346,407 346,407 00000000000000000f8b39db8b02020a67efdc8a6450cc64368fd03936e9209b 0.46 MB 796 28
346,406 346,406 0000000000000000146728ed266799bdbfdcc5364d3fe3bc101c89ed4a4577bf 0.43 MB 578 308
346,405 346,405 0000000000000000056125252a197214ee29803926ff92a8e2bde7517da80855 0.11 MB 115 14
Previous 10 blocks ↓
Total Size: 684.43 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,340.86 GB sent, 101.16 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.