Memory Pool Memory Pool Refreshing

5,102 transactions (1.78 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,024 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (864,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,460 44,460 00000000279f962ea6ee94b88d28bd4dcf53b752a0658730555b4629bac40239 0.00 MB 1 0
44,459 44,459 0000000004996c5816984b63921b759944f8e2bbaccbc15f75975e0e4e60a8f0 0.00 MB 1 0
44,458 44,458 0000000012a06f7564d59896250c723204c003b19698c8f26f3b1d89f03048e2 0.00 MB 1 0
44,457 44,457 000000000e76ad2602406f83240b2f4651ad6beb96985bc2d9da9791442eb3a1 0.00 MB 1 0
44,456 44,456 0000000014002ddfa1299dd658b0f6022ff42347acba6c729018c741c9fb4333 0.00 MB 1 0
44,455 44,455 0000000012ae817281b42104a30b10f3d847928656c91c1ebb93491871e22b08 0.00 MB 1 0
44,454 44,454 00000000209a94d0cca5a837dde5a3d0a1f30912458e5ce23d3f7f53e180885e 0.00 MB 1 0
44,453 44,453 0000000018173c9deee7b0799c5b3e275d9861ffe7f36802cec75e2661155181 0.00 MB 1 0
44,452 44,452 00000000235024f660fba49f75bd2fdae834f838a66e74fa30deb3bd47ddddf3 0.00 MB 1 0
44,451 44,451 0000000021c1f74fa2c03e883ba9abe20c9b8b674fc71aeaffe8e4bf704b85bf 0.00 MB 1 0
44,450 44,450 000000002d7a5393baedb7cca93717216f5278caa46cb1f703dc26054d4b03c8 0.00 MB 1 0
44,449 44,449 00000000018f5d5e094ac9c57fbe1a06b8f8b075464045cfeb4c8b2a78ac6124 0.00 MB 1 0
44,448 44,448 00000000091b3b7428eb5addb44a44586e4d185a227af200e56fa2fd805b49f7 0.00 MB 1 0
44,447 44,447 000000000d8bd4cd0265667f9f03fa5ea730c3a2f2cbbe1bd80e5b0790cdc75a 0.00 MB 1 0
44,446 44,446 000000002de044b1107e13c8c0a3eca8e7f576cf42b32f876dc0d3d2400346bc 0.00 MB 1 0
44,445 44,445 0000000015f56002762eb1b13c81f50f82681e9ec56ccf481fd78cb50030c4cc 0.00 MB 1 0
44,444 44,444 00000000010a7ad0906312bf47247e22670c880654452cb6a2feb294c49fd235 0.00 MB 1 0
44,443 44,443 0000000021b6cf0324180c3eab6b7f450c4144104f1b687b488d4e49ea6f0f88 0.00 MB 1 0
44,442 44,442 000000002db51ebb95abb6c6d29d4db48d7af5b27157b23b224c7ddee0c3366d 0.00 MB 1 0
44,441 44,441 000000000b1c21c735766e755647a57170d1441ae651a345816a80c5a37b12f4 0.00 MB 1 0
44,440 44,440 0000000008df25f315175cd9893c210a1d3c4247ce926953402ddafee58003de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.55 GB sent, 105.38 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.