Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,311 000000000000000000022b910000000000000000000000000000000000000000 2,195 0.01833810 BTC 0.70 vMB 2.22
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,310 (847,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,508 64,508 000000000cb516f11660efb88cdf09e93f854826ea04f056f5bcf39ca77b5064 0.00 MB 2 0
64,507 64,507 00000000045c2b65750e74a0f8a9f24dc7cb6743088f7dea21b06cf50c0030ae 0.00 MB 1 0
64,506 64,506 000000000549f2071e6248fafb210778c7b276dc93b933c81238007ea0a5bf09 0.00 MB 2 0
64,505 64,505 00000000089f96529348a1e512933d8498976d24d7ba99bea82829ef317d45ea 0.00 MB 1 0
64,504 64,504 000000000d2ca5fc928bf09766d02c72152fbecd5a6782d5e505e0be05227ec2 0.00 MB 1 0
64,503 64,503 0000000007b3cedf2e9eef4ba0c0f3f49e2ffc7a862709c0abea4135f3b3026a 0.00 MB 1 0
64,502 64,502 000000000a82fe6607e49364d1d1e7ce295e346ea55df4801adfbeaac19559d0 0.00 MB 1 0
64,501 64,501 000000000aafe9e73b003daed213ea58da710fdf015eb4151198930cf8cea614 0.00 MB 1 0
64,500 64,500 00000000048223a1b2ef9866231bd42ea960e033b0b0da8ee247f525dd0b46a5 0.00 MB 1 0
64,499 64,499 000000000cbdb29640b5bf87186400b4b8b109654025b763c02453498a48cda6 0.00 MB 1 0
64,498 64,498 000000000ce3d54c50bf7434ffbacad1d0a005888f012c647e6e454ae1066a46 0.00 MB 1 0
64,497 64,497 000000000022ed71e5ff8d662e65cbddbbf50a6b8793b3ba64393b86cc2371b2 0.00 MB 1 0
64,496 64,496 0000000007097e832927a666ff13617d968162af7d4b99ff560159094418e17e 0.00 MB 1 0
64,495 64,495 000000000a4c3e73e421ccd2188536cf6621fc35d8a3a70b646827081bcc650f 0.00 MB 1 0
64,494 64,494 000000000671ccb9c9b501dfa68d945c12c319c5c6029a47108914a09c48079a 0.00 MB 2 0
64,493 64,493 0000000000eaa73cd6d7c7428285de118c295cb657ec89f6eef6a15568a7f3dd 0.00 MB 1 0
64,492 64,492 0000000009f56525e5ba031450917b7272dcf1f29112eb73200f1375f7e2d143 0.00 MB 1 0
64,491 64,491 0000000000f6ea8b842caef18ce1876a615594fc647881c96868edbd7f84fa0b 0.00 MB 2 0
64,490 64,490 0000000000c7e3e4212fde4a11cdb630b153e39c9495a804fee4a44eea7be3de 0.00 MB 2 0
64,489 64,489 0000000007373962deeb0a513f34cda1ef3fef50c7a54290ee6c93583384985a 0.00 MB 1 0
64,488 64,488 0000000007da839c1915e8731fc9c7cb731af9d4f35ea619bec06196defda9d6 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.56 GB
    • Received: 136.60 GB
  • Uptime:

Notes

  • 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.