Memory Pool Memory Pool Refreshing

40,490 transactions
25.78 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,387 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,223 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,386 (748,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
114,507 114,507 0000000000002d80c5ec7f0c57c1bb9ee7464e7a5f4e0cbbd2a06833a1321efd 0.00 MB 1 0
114,506 114,506 0000000000002099a1e907562f8f432c84b217ba0f87bc10a4864f5d91aad12d 0.02 MB 60 3,802
114,505 114,505 000000000000988a09a265a0284487b37797ea9a4fa6d71323c1472c3bc4d276 0.00 MB 12 0
114,504 114,504 00000000000054355a3fbaf6c9140e99da81522c0e7c870e4755afdab7394d6d 0.00 MB 11 795
114,503 114,503 000000000000857b29994a3510174d08291f2ed435358bdf94fc94f25c25f47c 0.00 MB 12 1,208
114,502 114,502 0000000000004ebab9a5644964f71e916294303680793e9ceb0a134be050264c 0.00 MB 9 0
114,501 114,501 0000000000008f3fd2f1b0849a1582c9d64d0b6a5fe2da51469463f3f81b076a 0.06 MB 223 647
114,500 114,500 0000000000001e52cd561bf2ed0c2e64df51166da412bbbb78f9b4bbea00c3d2 0.00 MB 6 3,878
114,499 114,499 0000000000005d5294b95b440858bfea6e0d3081ec220084f2421a9541208eaf 0.01 MB 17 458
114,498 114,498 00000000000029c61e4a33bb47a4b354c2ef5d507ad6a8f784be7494eaa8cabe 0.00 MB 14 1,105
114,497 114,497 0000000000009d6530fbd98130f79d2cc348f00106e9f292c07a57ff88e5c13b 0.00 MB 11 834
114,496 114,496 0000000000007d35a0c2c46a864397519a61b520cbc59ef09ce8a952ffbfd88d 0.02 MB 60 2,432
114,495 114,495 000000000000345c63c2d6e1856dc275489640bda0c2f8935c651e6a377848f8 0.00 MB 12 1,167
114,494 114,494 000000000000579e2815515666420b9ace439f4a38dc9ac47efa9cd5dcd3edca 0.00 MB 3 2,466
114,493 114,493 000000000000325ca38bfaa25d89fcd94023b7def327c0b4c7117ce574f9a7de 0.00 MB 13 1,197
114,492 114,492 000000000000306b3dafe3f6d71060540ea56e71892c1a6b69840d73bf62919f 0.01 MB 44 3,874
114,491 114,491 000000000000c3babc392cde9a4a04548f4453595f788b1bb027ae3effa85134 0.00 MB 14 224
114,490 114,490 00000000000072ad5428dabd3bbf14f9c1b1397a850bd4ee3f88f23f39390a39 0.00 MB 3 3,875
114,489 114,489 00000000000028cb996975ecae7d538a31013fca4baeebe3ba3d5bc5ef6ceb8c 0.00 MB 7 4,045
114,488 114,488 000000000000d8b8dc70e243bf6e699d4ff0a14a6bfd26fad8220773652fb0e9 0.00 MB 11 334
114,487 114,487 000000000000508a7b83dcad5bf167cb3adaaf917ad96f36df352880c5592f5a 0.00 MB 12 842
Previous 10 blocks ↓
Total Size: 686.86 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,494.09 GB sent, 117.39 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.