Loading Tool

Explorer IconExplorer

Memory Pool

77,063 transactions
28.73 vMB
0.07762183 BTC
Random Selection Loading Transactions
Max Size: 173.85/200 MB

Candidate Block

Mining Attempt e3bc6444b728b79c8b63ddb4455ddd5491f61b9f10b16d211f55657d9286c94e
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 4f6f23b8d0ca86d9ce1d2ff419a320a30e49053e59954c99798c7f0a9ff134e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01789754 BTC
Feerates: 100.17 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (376,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,148 538,148 000000000000000000244423fc50c8d01cd0778ff56680cd1944f4a6360846b0 288 0.08/1.00 vMB 20
538,147 538,147 0000000000000000002a84ab6ccfdc48d32eb4a466b2befc1176721fbdbc3d04 940 0.37/1.00 vMB 15
538,146 538,146 000000000000000000295e793bee88e6429c5e8bc22b7211332d3ff21783858f 230 0.08/1.00 vMB 12
538,145 538,145 0000000000000000001414600c78dc753849b12694daf8ba26a13b4d7aac246a 1,806 0.66/1.00 vMB 20
538,144 538,144 00000000000000000018ebe08137a998a2f42d8c72d937d215cf5622e3dedf33 492 0.30/1.00 vMB 8
538,143 538,143 0000000000000000002bf40a1a33240c1d30ff539cf5f53a3f6a4484207d6773 44 0.01/1.00 vMB 20
538,142 538,142 000000000000000000261c0d43f03b67d69be778c9351908025248d7bc37a8e9 600 0.19/1.00 vMB 13
538,141 538,141 0000000000000000000a3f7f8abf56f433c2f89bd60a6cfa811bc35e56b04bfa 2,464 0.99/1.00 vMB 18
538,140 538,140 000000000000000000010bf72afda9329110724368f2fecb34890b6e65582785 2,479 0.96/1.00 vMB 17
538,139 538,139 0000000000000000000bb28e446d365cceab74d2166b8c15f56de01c831ddfad 1,338 0.51/1.00 vMB 20
538,138 538,138 0000000000000000000d5790e3f877f61cd5a5619039dd5486617cd816bdf1e4 1,112 0.87/1.00 vMB 11
538,137 538,137 00000000000000000027c94f953555c1d6c082cd626b997fbdc09e245951b951 2,053 1.00/1.00 vMB 9
538,136 538,136 0000000000000000000471544b0d0d9c282f8e1ee475fb2825b1fc53c5279ecb 2,250 1.00/1.00 vMB 22
538,135 538,135 0000000000000000001ada3567d0207f7338e57a4187c64eb5b024271f9f4538 1,464 1.00/1.00 vMB 14
538,134 538,134 0000000000000000000b63837e8f186779ecea4b32a8618c95403c260e21a20e 1,593 1.00/1.00 vMB 10
538,133 538,133 0000000000000000000675ea422d3a6732127b7a0771a60560f69da1eee69863 2,393 1.00/1.00 vMB 4
538,132 538,132 00000000000000000020983dd2eceb0cd2ec1ad5f00336e3f0dc268750a230ac 2,866 1.00/1.00 vMB 18
538,131 538,131 0000000000000000000f73db11077a21ab37bf3b84dfe069b063a14128d2d993 2,950 1.00/1.00 vMB 26
538,130 538,130 00000000000000000006dd33e61c9a3aa91fec5394733419b08719dfb1f77226 2,710 0.99/1.00 vMB 22
538,129 538,129 0000000000000000000f1ae8dc75f5bf27237f45a8b0190dffbe1c389b01cc1d 3,165 1.00/1.00 vMB 5
538,128 538,128 00000000000000000000e3ac96da0d5bc1bb8b51b67a0d7e8744987bc0800a8a 2,664 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.12 GB
    • Received: 16.15 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.