Memory Pool Memory Pool Refreshing

12,961 transactions (6.04 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,922 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,809 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,921 (899,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,551 9,551 00000000b100054b79ba744e0012d995acfe77b737c01fc6039cc5b47c257a48 0.00 MB 1 0
9,550 9,550 00000000f46ba71dafc93d21bd76359486c7bcb599ddd2124f4c97e309511407 0.00 MB 1 0
9,549 9,549 00000000abe18f9019c0069f6162b3e21d68e99e864c12e637197931e07182fe 0.00 MB 1 0
9,548 9,548 00000000e16d5dc0f9902480f1897956b02f30c5a2d5b88c4a1064488f09c7c2 0.00 MB 1 0
9,547 9,547 00000000585855b0d4b1f4554469203b2c5cba21a1130633f7e54c1bf077ef11 0.00 MB 1 0
9,546 9,546 00000000fa1c0eeb4d57aa23609edf276a0d38f7895a37f33e969b9b04fba236 0.00 MB 1 0
9,545 9,545 000000003587b4cb17a29a80471c491b03a227eb8500689aab606de1fd692963 0.00 MB 1 0
9,544 9,544 000000006ea2914e92adcfc7b39fcb00b3dfa0328aae70500f6ff26e11f764ef 0.00 MB 1 0
9,543 9,543 00000000c1fde6622e905b35b1126bce0f533d810b3f328fac7b169e3954e0dc 0.00 MB 1 0
9,542 9,542 0000000010aeb8b367224364dcc3de94c10972238e1c21303150c890300a602f 0.00 MB 1 0
9,541 9,541 000000003ef4ac1722dd82267620bdc3d892fbeb7253ed596b16909e196e7413 0.00 MB 1 0
9,540 9,540 000000008893a16f8cf72bcad0280c0afb27fe42e69747644f5337f28ca5e32d 0.00 MB 1 0
9,539 9,539 00000000a20b846670fec9ef68b31b35fb757b3e6e1db5166241eefb686acd39 0.00 MB 1 0
9,538 9,538 00000000fbbffc7331fb0ed43747916f69a0713e2cdd270ee8894f89ce6c4aa0 0.00 MB 1 0
9,537 9,537 00000000c238df4eba161fcfd081e9f2a4f7c6559a795c71c6d1b648acc127fc 0.00 MB 1 0
9,536 9,536 00000000178d30dd222f5810676c3c16eb8a676a03c20aa11a7911bcff10e538 0.00 MB 1 0
9,535 9,535 00000000b844536347267e9686984e824573a438244e9e95856dd82bbf241982 0.00 MB 1 0
9,534 9,534 000000005d8516771145d96282eee114a0c22ae6d5f1d7f1d531b2723209cbab 0.00 MB 1 0
9,533 9,533 0000000005346e72acfbba94ad89208e51788b01bce5104a3f6c293987733433 0.00 MB 1 0
9,532 9,532 0000000084433079d0ab1d1201fed36c8116799aed2ae1d080eaf16d7b7296d2 0.00 MB 1 0
9,531 9,531 0000000023173119b46962ddaa22d7ae8ef98cf6e338be74755e4075e2920edf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.40 GB

Node Information

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