Loading Tool

Explorer IconExplorer

Memory Pool

2,355 transactions (0.87 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.59/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,357 000000000000000000022b910000000000000000000000000000000000000000 2,347 0.02212746 BTC 0.86 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,356 (807,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,811 104,811 0000000000017094c8be0bffa3d5cf3e86b977ef21d0b1930ab557a2084ff0f3 0.00 MB 1 0
104,810 104,810 0000000000003db715e8f089bdc642b23283a08bbf50f3a7f95184b99fa49214 0.00 MB 9 0
104,809 104,809 00000000000175701d51f387ebdce8e79afff79037c5e5a39beb6e862fe821a1 0.01 MB 23 0
104,808 104,808 000000000001ac96441afa377dbfad157f896b0493cf3c6b93ebf99a60379fd6 0.00 MB 1 0
104,807 104,807 00000000000179fab34b2c0306d246d1857f9285442d822f1387647b372b1aaf 0.00 MB 3 1,290
104,806 104,806 000000000000a456ebdf27904e9d6ce90740c454e60be0757c3f3c625cc19841 0.00 MB 5 0
104,805 104,805 000000000000bf38a800b51235d712cb579d148237da042a00345416bda549ff 0.00 MB 1 0
104,804 104,804 0000000000024d631756f6b256b71d94106a5edd2513ca347c9ce00188873c35 0.00 MB 5 734
104,803 104,803 000000000002f1e8063bdb8ff88f21066c986e48f380f769748ffd0cf27a80ee 0.00 MB 3 1,937
104,802 104,802 0000000000024f7f9fb79e0773a46b45196fb6a5d58f860c032439225bf525d8 0.00 MB 6 0
104,801 104,801 000000000001bdb0c01b68e58464a112132017c0b55219934d6abf663dc6e461 0.00 MB 3 0
104,800 104,800 00000000000364c80474c15901e99ce58755dcf212081c4ac767875dfc55510b 0.00 MB 2 0
104,799 104,799 00000000000300ecdc989ad8c2d8123392845371fccbdc1f5e5d7d0bfc9c26d3 0.00 MB 2 0
104,798 104,798 000000000001e1e6b29a7b0fa676f334728b8fde6d1dce6914b3da8a985034ef 0.00 MB 5 0
104,797 104,797 000000000002fc599d2f2fc257e35f13fc645fafb72c5b5a483a9bb47f171b41 0.00 MB 5 0
104,796 104,796 00000000000300198cacdaa570d9c566ad013a8a1fa7e8b1bdcb86d88bf28db1 0.00 MB 3 0
104,795 104,795 0000000000028ab6f79fb052a7aad5f7bd797e746873529a1693529af1b4a1d8 0.00 MB 9 0
104,794 104,794 0000000000032b4168c7640eea1071e1e190d822e9b4f2af531d10c8af0eb4ec 0.00 MB 3 0
104,793 104,793 000000000002e43b90954ff1a6c0788457ec35987ddd111141f2f2a695efd9e4 0.00 MB 1 0
104,792 104,792 000000000000185e7e560fea114d4e931ef015019a82decd5f72fe159299d7b9 0.00 MB 1 0
104,791 104,791 00000000000168b9f70ed71a0e66e581e6f1bb1400890ddee96c2e01e6a3f9bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.72 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,545.27 GB
    • Received: 136.93 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.