Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,841 transactions (1.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,692 (838,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,450 71,450 00000000002860df9393ab3998034e6a6ecf18d1efe200eea8fab7fc14b7d706 0.00 MB 1 0
71,449 71,449 000000000028fa5be5e2ea8ffda8fff6b31a96d9f36ddb02134cbc2a31e99126 0.00 MB 1 0
71,448 71,448 00000000010531248684193fa5c388a0a5c149352eb46d583f430b74b55cea6f 0.00 MB 2 0
71,447 71,447 0000000000bae13a4e48e9907a9385335a40a460f83ebd92a24030488552f2c3 0.00 MB 1 0
71,446 71,446 0000000000e1112e7c4a0e579f36c3aa614c5983fd0b3beba5bb99a3ace973cf 0.00 MB 2 0
71,445 71,445 00000000005837e87529f7e839d64e1568f83fcd00e64f23778cb5dc30c5baa3 0.00 MB 1 0
71,444 71,444 0000000000c173c988919b6ce43ba84de69885569084e0635de9047c30a04fd3 0.00 MB 3 0
71,443 71,443 00000000004f039407681dd7494290cb37151dfffc779fd32b0d719d4d03e678 0.00 MB 1 0
71,442 71,442 0000000000403fe0955016218a33b1c4965c0378f0d500063e7b6606fd45e5c2 0.00 MB 1 0
71,441 71,441 0000000000a52420cf929339dd091cd12f2fdafabc7956bc3747b6a9ffd18c79 0.00 MB 1 0
71,440 71,440 0000000000954b20d5a7f7948fc19d6b5ca57f29936c8a964a985af3a9c404dc 0.00 MB 3 2,398
71,439 71,439 0000000001006ac5a17527b9f6b6cf7d2189d67f1284448c0ab5048d03f1ea00 0.00 MB 2 0
71,438 71,438 0000000000bb9a1064d2ef2069681ae6762c0a7f4285b823677991e2afafff18 0.00 MB 1 0
71,437 71,437 0000000000c70a95c75d87ca6a2894cb851bf554e3872efc290f492eec9cd175 0.00 MB 2 3,861
71,436 71,436 000000000102a07c223f875175af666c0102a52f4301bcad26b66fa23bd434e8 0.00 MB 3 0
71,435 71,435 000000000013001b56dfe5bba12724708e8eed96ae07816f9864e51bdbc06201 0.00 MB 1 0
71,434 71,434 000000000061c73f2be8b0a0df4fedc444f527c0c63c7ef5e7aa251c74349e72 0.00 MB 1 0
71,433 71,433 0000000000fce210a8d89a8d309b01c9a6097d16003536251223923b6dfc7cb5 0.00 MB 1 0
71,432 71,432 00000000001799f2289f247245c9ad66f0dfb52763f0e296a9256b4698fed272 0.00 MB 3 1,941
71,431 71,431 00000000007cd8f384f081cc96d1466e7436cefff06fd4ada2d87e00b4dd37fa 0.00 MB 2 0
71,430 71,430 0000000000fd88222e290498f345b36e147706432c6b411440e1dbbc0e926885 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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: 2,151.35 GB sent, 112.51 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.