Memory Pool Memory Pool Refreshing

47,623 transactions
31.36 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,287 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,231 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,286 (395,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
468,147 468,147 00000000000000000104d65f3c73fcd96e99a8ee6962be0a5d9dcec78733b2de 1.00 MB 1,964 291
468,146 468,146 0000000000000000006e0ee0c131a4c1f33c49f9c9de81c882046aa3e2780100 1.00 MB 1,727 335
468,145 468,145 000000000000000000d00ee8484b4f80dbf22fcec359bdf6d9e61349d842b597 1.00 MB 2,651 295
468,144 468,144 0000000000000000012428145092ee2a6084a50efbf5e5746eac74785abc10ab 1.00 MB 2,521 237
468,143 468,143 000000000000000001525ac85295c96f0ff6497d813580e8f49bd40ddca31743 1.00 MB 2,622 286
468,142 468,142 000000000000000001cdf422501bb0d41213adf4bf111fb5e4331c1faed8a4c6 1.00 MB 2,432 352
468,141 468,141 00000000000000000191dd533598cf3a514051f9218bed66c58cefaf7ff83605 1.00 MB 2,103 340
468,140 468,140 000000000000000000c0406c288bf328836fcab329d867eff408b4a8678c5121 1.00 MB 2,100 268
468,139 468,139 000000000000000000503e7f6765a12391388fec1454a43e0c0f324ef3262760 1.00 MB 1,419 250
468,138 468,138 000000000000000000933f761a24129b368b8d5c62a7729881d3271035c06bc9 1.00 MB 1,381 286
468,137 468,137 000000000000000000a0854d8856f29d7bb0a49c34efc6901f7be375f4b7ee71 1.00 MB 2,112 333
468,136 468,136 0000000000000000005976fb44467301c2dd65bc3fd0581816d4c003cd12a1bb 1.00 MB 2,141 279
468,135 468,135 000000000000000001a05cba2d20b99a9f51d3de64a6fc2eb357bef5602309f1 1.00 MB 1,351 270
468,134 468,134 0000000000000000017ee8e3045a5ca3cea09ff95481b9760bd4d9291d5f8513 1.00 MB 1,686 236
468,133 468,133 0000000000000000013d59d888b27d13bf7c8367cbcd516249e3ee18cc628440 1.00 MB 2,213 293
468,132 468,132 000000000000000000b09ad742ac7716014a38b9cf0aa43b056a86b81a61f98d 1.00 MB 1,968 308
468,131 468,131 000000000000000001620d81bf193442274bfcd01b52549b8d8d83a8ed7e27e2 1.00 MB 2,017 273
468,130 468,130 0000000000000000012bd88b0382588e68aed7e86243bab3cc09675443a6ad00 1.00 MB 2,307 328
468,129 468,129 0000000000000000011191e722f63a98927bb9667db0ae724287d5dc871c6355 1.00 MB 2,638 391
468,128 468,128 000000000000000001b6111f0bcb5e1fb0142fe7ba78d7816845604dd7d26531 1.00 MB 2,016 340
468,127 468,127 00000000000000000152bfbff4834bf8a226ee94312eb3263d7d112b84292e3c 1.00 MB 2,450 424
Previous 10 blocks ↓
Total Size: 686.66 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,486.02 GB sent, 116.20 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.