Loading Tool

Explorer IconExplorer

Memory Pool

45,573 transactions
29.88 vMB
0.10691112 BTC
Random Selection Loading Transactions
Max Size: 154.70/200 MB

Candidate Block

Mining Attempt b7c3a8027e583b950465d6388681d857c4df2f80a04598e1aaddd44ce58c465a
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 9ba4c96e174d5921fcf88d8839fa30e00da54698f7475dd64e64335a1c81ac10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.04722827 BTC
Feerates: 302.06 > 4.73 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (372,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,417 542,417 0000000000000000001f5543e80238188ae6cb41dc30d87735f025bdd0bb299c 2,450 1.00/1.00 vMB 25
542,416 542,416 00000000000000000012704339ad56d49d011fa292d2cf824525c1eec0cfc98d 1,054 1.00/1.00 vMB 5
542,415 542,415 00000000000000000026f2e4ed655e0ce9216f4f50f5f9893e38892c2c335731 1,633 1.00/1.00 vMB 26
542,414 542,414 00000000000000000011295a0bd4892bc3a71643cd9f64c51ea1e4aa9d11e7a6 2,476 0.97/1.00 vMB 13
542,413 542,413 0000000000000000001327a34a4d35994c5d70e1757054fa4305746b766d5a0b 2,591 1.00/1.00 vMB 16
542,412 542,412 0000000000000000000f972d9fc1b6c3f1b77eab9a90a9bd5421e0245cde6165 1 0.00/1.00 vMB 0
542,411 542,411 0000000000000000001bb01c0b9790943eb2828a0ba7111ca64346eb18f76d34 2,291 1.00/1.00 vMB 59
542,410 542,410 00000000000000000002f8ce276aabc0e0f5b4f08553fcfc6dd26d15ae291ac5 1,380 1.00/1.00 vMB 11
542,409 542,409 000000000000000000223021d78b0ba115c74c6bf639a68f0d65b83615ba81f7 2,342 1.00/1.00 vMB 17
542,408 542,408 0000000000000000001435f2e3eaf368b458c4fbf04de071a174a4e547ab84d7 2,297 1.00/1.00 vMB 25
542,407 542,407 00000000000000000007f5da5400e1eeaf3cd4c2fb45f014b3d00368f2f15717 2,747 1.00/1.00 vMB 26
542,406 542,406 0000000000000000000c1afe6f60695f875148afc8664dde10cc879ba45d4fe5 2,472 1.00/1.00 vMB 42
542,405 542,405 0000000000000000002589c00f688860f59eb806452c66c4a13887c22abf8f3c 2,536 1.00/1.00 vMB 13
542,404 542,404 00000000000000000024977ac0c535fe7d6d571da06df21b01c773ef5099de12 2,203 1.00/1.00 vMB 32
542,403 542,403 0000000000000000000ef14da499c9f5be1c611d9374114ab7304d3380efe6c0 2,574 1.00/1.00 vMB 7
542,402 542,402 000000000000000000149419bec988105c749883dbe4cc2a0e90093cd271615b 2,674 1.00/1.00 vMB 11
542,401 542,401 0000000000000000001dcdc0cb5a4d141404f887eed7939578e2bcbd5cca54c0 2,263 1.00/1.00 vMB 8
542,400 542,400 000000000000000000064950e2b13f9d33213fb3db850845cbbd7a6001f1bbaf 1,701 1.00/1.00 vMB 6
542,399 542,399 000000000000000000191ebc7dfd63dad3929c458430931f132e40a137286ae6 2,333 1.00/1.00 vMB 37
542,398 542,398 0000000000000000002076465f23dd12cb65ed61482b6f805f57d87d61d44e65 2,786 1.00/1.00 vMB 14
542,397 542,397 0000000000000000002670fc0fda3d27eac6b9c6f43f104faf63c9fd61d2d4b6 2,344 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.