Memory Pool Memory Pool Refreshing

1,050 transactions (0.31 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,014 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,029 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,013 (814,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,502 94,502 000000000001c5ce6ec9ca2b438af569c26bdcfb064875236bfc46e3e4460c35 0.00 MB 2 0
94,501 94,501 00000000000294dfff295b06333c9204369eb1ab508b96beedb995c1286cbf46 0.00 MB 2 0
94,500 94,500 00000000000066cb6b9e0bc1f315b5ae37f33b945649657328b2010c8a44e510 0.00 MB 2 0
94,499 94,499 00000000000065eacf6b4297abd290b48c72cd1fe7ce9f7a7c5e7bcc0e641706 0.00 MB 3 0
94,498 94,498 000000000004ab00c26ce3ef116952858f2b514bf0454eaa8dc4cd54b7e360fc 0.00 MB 3 0
94,497 94,497 0000000000019300687a68a9504b35d07268d37614b07f51561769a1db2f2889 0.00 MB 1 0
94,496 94,496 000000000002620178b64ae3e289aa9984f1216bd55b48f0939186b0ee0cfbe5 0.00 MB 1 0
94,495 94,495 000000000008479bc8c5d32b27452b8dfbc5a543d091f0d410024618ca80a714 0.00 MB 1 0
94,494 94,494 0000000000055ef0ba241e94eaf36946419d39ad117c1249230a954f987d2479 0.00 MB 1 0
94,493 94,493 000000000003efcb7ac9d09d271395adfccaeda7333a5938a1c807018f877917 0.00 MB 4 0
94,492 94,492 000000000002b05ec32f4e2aa2bb1645cc347b8ab96ab8bc323cd892496a9068 0.00 MB 1 0
94,491 94,491 000000000006e00ac95b2e6840edd4f90d83314cc18ba5e42afffa16c2e7cf23 0.00 MB 2 0
94,490 94,490 0000000000086fa35ef030840619c075fb6f441c0b99a672d8171860475171e9 0.00 MB 2 0
94,489 94,489 0000000000002f6693ca90dc327a595f6b9c7e20135355f6ef6ca21299759332 0.00 MB 1 0
94,488 94,488 0000000000005217c5a6fc91b19514a6546465fe22c48d8bf064baeb7a61236a 0.00 MB 1 0
94,487 94,487 00000000000921380cda67ca643a1cb4428d411cb43e87287eae694513841553 0.00 MB 3 0
94,486 94,486 000000000005b8bfac8de988c8a05e7670ac71f2883a31acc9a4f0958a7a6041 0.00 MB 1 0
94,485 94,485 0000000000059ecdf46f7131c6de847876d57163a6d3168370bec16df51c0201 0.00 MB 1 0
94,484 94,484 0000000000054cd29beb6ee8bfb0efc4d1648c5301903fe32b77a6551f8beac5 0.00 MB 1 0
94,483 94,483 000000000005996f43de33faa13314664f06eff088e4342254a5b467319c5c04 0.00 MB 1 0
94,482 94,482 0000000000030b2ffca492914c7c7cea689c0eb256565df79db99cb461694e6b 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.57 GB

Node Information

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