Memory Pool Memory Pool Refreshing

14,733 transactions
27.44 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,760 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,783 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,759 (517,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,136 345,136 000000000000000005f066c33a135d7eb85710a730d236703764926ada0257c2 0.65 MB 939 17
345,135 345,135 00000000000000001096bde2a66c543dc4eaa9a4037f5bf0cb6f744af7cb9936 0.75 MB 2,022 35
345,134 345,134 000000000000000009d446305418d83359e146c6af4204380426fb4f00db6331 0.75 MB 998 21
345,133 345,133 00000000000000000f8c27e4f93cb7e36675fd51a2f50bd48b5718103de2e5aa 0.28 MB 1,024 51
345,132 345,132 0000000000000000149dd008d0ac20a9e9d96a92e9fa027aac4eb39bf986eac1 0.15 MB 273 289
345,131 345,131 000000000000000007ee7fe1f43adbda7c088385d902218d08b5fd3ca2054f36 0.15 MB 401 30
345,130 345,130 00000000000000000a795abf82e4c141ebc7c0d16dbf0998f6febec5ef90ac3e 0.15 MB 253 29
345,129 345,129 00000000000000000728c806b82c9355e1043721b5ade6d023283a598a8e5a6b 0.33 MB 456 22
345,128 345,128 00000000000000000a2fed97979b4b590956e8c9d379f5900413fd6e0441c649 0.10 MB 52 4
345,127 345,127 0000000000000000174565e6ce547fdce86806b3317500cac7a290261405766d 0.32 MB 562 25
345,126 345,126 00000000000000001554e813c87e181dfec8c9da261fcf4eda6c7ceb7c438535 0.25 MB 557 32
345,125 345,125 0000000000000000175e92b35428b6bac0d7beb2d25d00c8ddf0dc2e4624b744 0.74 MB 782 19
345,124 345,124 000000000000000010d66ec56c7b7e0d518d7837a0361ad2995c963b2933f618 0.75 MB 693 18
345,123 345,123 00000000000000001145deb0aad631caddc3491df7bf21a72bd54783e52d49df 0.09 MB 64 19
345,122 345,122 00000000000000000d8397dc3f92861d3b2a2a668a88b4f2479e73ad384a9ec1 0.18 MB 393 29
345,121 345,121 000000000000000004a53249068e0f87270b25c236b3c96eb884d555686ddb99 0.68 MB 1,387 28
345,120 345,120 000000000000000005a60d7f27f829ccb16e0de609dcec67521b55582f919e7b 0.28 MB 622 28
345,119 345,119 00000000000000000d4fca253d36d119e6e134b00490085b54ef7282425d699d 0.10 MB 218 23
345,118 345,118 0000000000000000139d011bdaecb66d645672ae84249a95e09014094b1c0cef 0.30 MB 435 19
345,117 345,117 000000000000000006e73141bdb4826dddde2d32da5c45f6462bfca18dfe4b3d 0.23 MB 519 34
345,116 345,116 00000000000000000f54b473e2f45c0232baa614e867d9cbe617340020043a91 0.73 MB 1,163 21
Previous 10 blocks ↓
Total Size: 685.63 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,394.66 GB sent, 109.64 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.