Memory Pool Memory Pool Refreshing

56,493 transactions
23.34 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,411 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,140 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,410 (423,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,247 449,247 000000000000000000ebfe6bc620047a6a6e79c584a95f98397227dacfa6bea3 0.25 MB 555 69
449,246 449,246 000000000000000002db7a04f538260f32120439c1ab4949faf138ee15e7b637 0.06 MB 173 75
449,245 449,245 0000000000000000021dc8cb536e7957d2960c5111d9fabfe4eb11e4328d60b7 0.07 MB 147 70
449,244 449,244 0000000000000000006c930d9a95f294e34dd1758e9ed5f30e67c0cde77ca920 0.24 MB 520 73
449,243 449,243 000000000000000001d0743d785e261c83464e5b404590b4f84aea2dafc28381 0.36 MB 921 88
449,242 449,242 00000000000000000312425954f669b00a2da8cc6d0af83bcc5f6086f910b8d8 0.52 MB 1,156 76
449,241 449,241 0000000000000000017594672c272d736d58895c7c8857b0262564c73998d8bd 0.84 MB 1,541 51
449,240 449,240 0000000000000000029189e1fbaa80c3ccaf7b5650c3c0c18da9dae5e7929550 1.00 MB 2,571 89
449,239 449,239 0000000000000000011e29a978f71e9c92e1dc751cf91eb405c41f3c207476f9 1.00 MB 2,336 80
449,238 449,238 0000000000000000026c5d2c4ef8c5dd657bd9b0d2455ab32c780f92a3d89ea7 1.00 MB 2,604 85
449,237 449,237 0000000000000000003be4652910751901eb866fa52c8d8d9eb730375f69b9a7 0.33 MB 851 78
449,236 449,236 00000000000000000289cc34ac1c78b0c31cdd236eef87b2980053ff8ff156d1 0.46 MB 806 58
449,235 449,235 0000000000000000013d8f2d0f170ca7e8bd512919bbd9476ae8c1a0b3724a44 0.26 MB 417 67
449,234 449,234 000000000000000002c90eca3e14dd14627fd8aa8e1fd848d3ef22bc8e83f24e 0.16 MB 254 55
449,233 449,233 0000000000000000002bf1d01685f530316da41a3f3386a1fd6de77880c0fe26 0.80 MB 1,534 66
449,232 449,232 000000000000000001640becccc8b0a8ab09d3b1b441472486a4001c60202717 1.00 MB 1,813 69
449,231 449,231 0000000000000000019ffe76020fb18d431029b8cf1f0be30c254682b7ffc823 1.00 MB 2,275 98
449,230 449,230 0000000000000000027f0e7f36a2c61d2dbdac2ee10eef587babc6dcfc5f7075 0.08 MB 227 79
449,229 449,229 000000000000000002e602ef773070d69c74985936056fd7c112da95359f7491 0.33 MB 451 47
449,228 449,228 000000000000000002ed1f9e75b63d8bb095f60a6debb68f9b89f6c21e30cd2d 0.66 MB 1,147 57
449,227 449,227 0000000000000000019ae586c1f879718b63031bc0c5f1ed8869168ede167ad6 0.72 MB 1,943 78
Previous 10 blocks ↓
Total Size: 703.97 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,634.34 GB sent, 237.79 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.