Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,934 transactions (4.94 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,865 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,861 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,864 (866,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,569 43,569 0000000002710c252fa1b68daef4ed5f30f0a092644713488e458606f642320c 0.00 MB 1 0
43,568 43,568 0000000000809d0a600ec35da493fbbf170642421b7fe25d9cf44d4f564ba4e2 0.00 MB 1 0
43,567 43,567 0000000013344fa0e459f304098f54701f9c61272b602f5388372611bd17b93f 0.00 MB 1 0
43,566 43,566 0000000036a55ac8a492dfa7b253f0291bbf206dee6eaa0ffed309beb79783af 0.00 MB 1 0
43,565 43,565 00000000221bd3062641550df6622c4c6783100dd8381b54fbefb5d8fed1bef6 0.00 MB 1 0
43,564 43,564 000000003126ed3263a868e71c92380cd8ee301b25ad0e6b1d38f027abdb19a8 0.00 MB 1 0
43,563 43,563 000000002650bf788d526b20046da68d470a16e80c0e54c4dc70a415fde0bf74 0.00 MB 1 0
43,562 43,562 00000000287973ebeed70275a10ddf0cc02ede14fe8eae9e28f8ef9fa92e5360 0.00 MB 1 0
43,561 43,561 00000000340e7e69e8af8183ae090b2da27603d401af8d7c7c92f6b09137ed56 0.00 MB 2 0
43,560 43,560 0000000015856ccf8776060e954bddfe62165f15b461064a7a0ee433de2fc4bb 0.00 MB 1 0
43,559 43,559 00000000260df460826e5cfda991191cd81b5158a2fd2779aa1b8f45c6ffb740 0.00 MB 1 0
43,558 43,558 000000003f7495abd0c32b1baf3278f0887597e0e81ec773edcc58830576b992 0.00 MB 1 0
43,557 43,557 0000000006f4f21fe71e89ae3c00b8cc85682b3dbd8cfd077f23e91bc4914aa9 0.00 MB 1 0
43,556 43,556 000000001ad405688b2b2490115127cded80e6ba4f704868b56bc7f5262a8310 0.00 MB 1 0
43,555 43,555 000000001a45640267d2a527256a38bb766e0ff5e3244846312a9953011362c5 0.00 MB 1 0
43,554 43,554 0000000022a232dd8741de182b78b4e930d5833a0c9346f3a0e23304ba879b53 0.00 MB 1 0
43,553 43,553 000000002686a30de65f25aee672b2e6c72be0df90c713b838ab776e3bb60cc6 0.00 MB 1 0
43,552 43,552 000000000ea34a26828bd2756f5569db1fd6f40e9d5f5862483476096d9c8c20 0.00 MB 1 0
43,551 43,551 0000000029394c4fdfff49d9c18079ac654e0b546dc538fa36f39ac3ee128944 0.00 MB 1 0
43,550 43,550 0000000036c617415bff19da602a7f1300cf70adf93722fa7347702a5494989b 0.00 MB 1 0
43,549 43,549 000000002e29de5c61252d4970967374799ae8ec3c313ee0b8d7aa0af8b077ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 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: 2,167.90 GB sent, 114.10 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.