Loading Tool

Explorer IconExplorer

Memory Pool

81,471 transactions
29.85 vMB
0.14251588 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 23a520d386bd400c87d678f4f2203f0fdd0d9a9ab67a77a79e8579a4d0cc0252
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d3ac20567a3c1ae6e076bb936384a88f6941632baf6bcde15970f6f5222474c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.07486484 BTC
Feerates: 101.65 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (238,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,361 676,361 0000000000000000000835373004a07022b4b4ff05751d21ea56829960d81191 1,965 1.00/1.00 vMB 29
676,360 676,360 0000000000000000000c76ed39bf018e9f27677d9616de811ee42052e040fe9e 1,597 1.00/1.00 vMB 48
676,359 676,359 0000000000000000000890e35bec4560ea6faa8dafc9e7c06401e8ed7d149f9c 1,705 1.00/1.00 vMB 80
676,358 676,358 000000000000000000089eb595917cd51ad3483af4e3e36ac50b3be6f2c48184 1,277 1.00/1.00 vMB 73
676,357 676,357 0000000000000000000c600b83ca146058e2cbc67ef0bf3b6455ad166afd6dcd 2,317 1.00/1.00 vMB 48
676,356 676,356 000000000000000000088fdc2ec42e294a9b0272c1107c126f27fffa19fbaf52 1,998 1.00/1.00 vMB 51
676,355 676,355 0000000000000000000a1fa18b2060ca41ca0b498a6465c0f8447b26e68ea251 2,695 1.00/1.00 vMB 72
676,354 676,354 0000000000000000000cc6b1994122584c6d93bc5209034e7f69982320a958e1 1,856 1.00/1.00 vMB 34
676,353 676,353 00000000000000000005420b046cd1d795f2c1e3b8dab50d6dbcdc55cac54b16 2,256 1.00/1.00 vMB 39
676,352 676,352 000000000000000000087865dab14bc384e904e90f2242ddbf99c1341ede2df2 2,112 1.00/1.00 vMB 25
676,351 676,351 000000000000000000062b43d8368ef04e46e2b34ec1284e8b429e563b3bbb5e 1,714 1.00/1.00 vMB 28
676,350 676,350 0000000000000000000a4fb83f7a24fb79cad525fc04a0b9a9f451b9415b7938 2,236 1.00/1.00 vMB 57
676,349 676,349 0000000000000000000198973e1f10f1c852924944046e39b047d1c03c209b9c 2,180 1.00/1.00 vMB 48
676,348 676,348 00000000000000000001f81ad826b51dc2d7e989cc86684e30712327f41e5623 436 1.00/1.00 vMB 23
676,347 676,347 00000000000000000006985b89d26934be5f7fbf5142fc02f4dac2628bc58cae 1,306 1.00/1.00 vMB 25
676,346 676,346 000000000000000000017958608f2c9f7f8d479d69fe34015045a0ea9adf1ad4 1,462 1.00/1.00 vMB 68
676,345 676,345 0000000000000000000a8a2e9ef3f1a0b497bdcb15e17c901c1ae21db049802f 2,385 1.00/1.00 vMB 81
676,344 676,344 00000000000000000009ee3266f04306ed3cf4b0fcab12b735c681dbc38ed3d1 880 1.00/1.00 vMB 15
676,343 676,343 00000000000000000003b70418625ac77e31f70fc209119363ce167c1f7c065b 1,724 1.00/1.00 vMB 44
676,342 676,342 00000000000000000007f847764a3b1ba1c30ce7353f012f425a0e5d59bed8fc 1,645 1.00/1.00 vMB 31
676,341 676,341 0000000000000000000a395c77d7f262c17945f17820b85c43ae93cf1f35bdfd 2,540 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.