Memory Pool Memory Pool Refreshing

18,574 transactions
35.87 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,155 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,371 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,154 (142,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
719,233 719,233 00000000000000000006bd71adc9e505e868a03b480a32547ba5fbd41b2099eb 0.80 MB 1,109 6
719,232 719,232 0000000000000000000676ad7c7eebc33ffc05a1fa5318e572565a2b6cb0c80c 0.22 MB 524 9
719,231 719,231 000000000000000000031e7d0a566a843216608e4e209b09590098d31797824c 0.04 MB 92 11
719,230 719,230 0000000000000000000722699342ee78139f14f85798f12db630c1be112e16e2 0.96 MB 1,588 9
719,229 719,229 0000000000000000000850046872bd472b8a33a31b3a1c0429e2f14c5d77bc4d 0.76 MB 1,397 7
719,228 719,228 0000000000000000000403ce2e4a8bdef21df8fee7f9d890a1edb585862a4f61 0.38 MB 689 8
719,227 719,227 0000000000000000000654eea9c7254ffa13afeaf23a1716c4c41d133776c06b 1.38 MB 1,688 15
719,226 719,226 00000000000000000001282f660fee71e561041478a05293e0a74e7ed5e1ea0a 0.00 MB 1 0
719,225 719,225 00000000000000000007949acc6868e1a0fd1e747cea71984ed61aec71219127 0.33 MB 718 8
719,224 719,224 0000000000000000000659374d9704f282e5da9d3366af9cceb53786b72284ed 1.15 MB 2,243 12
719,223 719,223 00000000000000000008bed30a39e9a37846029aa2e22ea0f309fbc92d8c9683 0.31 MB 580 10
719,222 719,222 00000000000000000001e44930556046fb90799bc09b1b3c75f7e85d93ba9ab9 1.72 MB 1,292 6
719,221 719,221 0000000000000000000513690d6215a152a2f9c26fbb9c53feca2b70f16afda0 0.23 MB 181 4
719,220 719,220 000000000000000000004011766f27f9491b1f04bc2df49b73e33142acdbaa20 0.92 MB 823 7
719,219 719,219 00000000000000000006b472a564a4cda7a171a79e34e51c3d5995674854520c 0.08 MB 142 10
719,218 719,218 00000000000000000008bcdcd014f68db0b3c62d4f52253e7f5564de460e00f1 1.52 MB 1,140 3
719,217 719,217 000000000000000000072685fe7908775879c4a74e0e9bcedf0ca0a126fa8d49 1.29 MB 1,396 2
719,216 719,216 000000000000000000096b4a822586485dfc85fcd05ddb067a3c19dd1591c451 1.55 MB 2,855 12
719,215 719,215 0000000000000000000b0f43cd5b11aaac59a1c56953a1f51e23e1f001217469 1.24 MB 1,512 3
719,214 719,214 00000000000000000002cae979847dee68b3b9b7244362f918aaee2b7145464f 1.56 MB 2,246 4
719,213 719,213 0000000000000000000703f5cc54214402fdbb141c2f49530747521bcedf60ef 1.41 MB 2,323 6
Previous 10 blocks ↓
Total Size: 684.46 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,343.76 GB sent, 101.28 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.