Loading Tool

Explorer IconExplorer

Memory Pool

47,830 transactions
30.28 vMB
0.09826882 BTC
Random Selection Loading Transactions
Max Size: 161.28/200 MB

Candidate Block

Mining Attempt 12d955d48934c9f385d38e75a77e66a1b84147829ee65f29806dd2f526cafd37
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 22cab477777d884266b7a18e855ead0323375dd7ece1868eda20654f7cff103b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,097
Size: 1.00 vMB
Total Fees: 0.03677031 BTC
Feerates: 150.97 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (270,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,456 644,456 00000000000000000003db2f557bc62db60298efe4a7520f9c40a4906aa50b9f 3,098 1.00/1.00 vMB 157
644,455 644,455 0000000000000000000556484e5708ddc016fbb38a7517f2a1306855d0d3cc27 2,552 1.00/1.00 vMB 85
644,454 644,454 00000000000000000003dddd6117d276b69a6ffa513c1c221494bda622fdd1b7 2,928 1.00/1.00 vMB 130
644,453 644,453 00000000000000000002d66d01974cb8c108a9f3937efab8858b34b7c67c13db 2,407 1.00/1.00 vMB 27
644,452 644,452 0000000000000000000b6816b0c23c9e626cba444348752c19f007b9523324cd 2,076 1.00/1.00 vMB 57
644,451 644,451 0000000000000000000d453f4fe3882eb6087a8dbb4db970457d44d180e04823 2,303 1.00/1.00 vMB 60
644,450 644,450 0000000000000000000bf5ace7e174763a3c3400897778f58d5c3b79c3a92fa6 2,378 1.00/1.00 vMB 82
644,449 644,449 00000000000000000004fbbf315d8bbc9dbe3d11d4ae031c49af76177e0943ef 1,651 1.00/1.00 vMB 70
644,448 644,448 00000000000000000003f445ca565fcc3e642b0c6ae7204313c5a80098c4e72e 2,534 1.00/1.00 vMB 94
644,447 644,447 000000000000000000078b9c36270e44e1e70c6492908a13a5eb6fc4f484f9d8 1,826 1.00/1.00 vMB 146
644,446 644,446 00000000000000000002582853de00423d5e2242bed6c5dd15ff9c70aa973813 1,269 1.00/1.00 vMB 62
644,445 644,445 000000000000000000040b1ccc3640af3a1fd32e2bee694a893ab50b3941df27 2,836 1.00/1.00 vMB 79
644,444 644,444 00000000000000000008e1f8f51b17da25390e1945e14906be47cd8746eddfe3 2,830 1.00/1.00 vMB 103
644,443 644,443 000000000000000000052a3f559ad3ceca86c3ac4d5883dd0a9031ce9f1dc12e 3,018 1.00/1.00 vMB 110
644,442 644,442 0000000000000000000f57a8381e0e312f41bb4516ae3f5be92221ff7c99953e 2,612 1.00/1.00 vMB 79
644,441 644,441 000000000000000000049dcfe937b0d8052e0f8505309b9f3bfaa95c40088d06 2,720 1.00/1.00 vMB 122
644,440 644,440 00000000000000000005378388fdf84d15b3f110d206d40f61cd973e8f9210b1 2,739 1.00/1.00 vMB 118
644,439 644,439 000000000000000000038c30fdd734cd5c0e1f0d76b897a269ad9e0266331fbf 2,844 1.00/1.00 vMB 134
644,438 644,438 000000000000000000001e957a4974d3b3782bf705477ee0c9f7cbbc3e58a58a 2,562 1.00/1.00 vMB 87
644,437 644,437 00000000000000000000742e4e07f5a890c4fd4e5807ee99130f01dff28da225 2,712 1.00/1.00 vMB 134
644,436 644,436 000000000000000000053b39a7dba5529c0051038e38c37912883a8f6e2a6c4c 2,414 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.