Loading Tool

Explorer IconExplorer

Memory Pool

81,869 transactions
30.15 vMB
0.07956571 BTC
Random Selection Loading Transactions
Max Size: 185.02/200 MB

Candidate Block

Mining Attempt 7dd8de1e126bd871f38f670e6488902814eb1430cf13644cb5c714913fe2129e
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root a28eaaf7fd748db771b92f2ec9adc4ac9235bdc15ea1d2f70946f6b044e9f1d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.01250096 BTC
Feerates: 60.16 > 1.25 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (510,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,317 405,317 000000000000000001e618a536b970b90864547675e3e3a4b757e51fe0b97935 487 1.00/1.00 vMB 60
405,316 405,316 0000000000000000047baa99164af19372554249a63847d8ffccb8c2780d7e89 1,487 0.99/1.00 vMB 91
405,315 405,315 0000000000000000055b416f971f2f2dc519577fb30e392858ffcbb60c397bc6 1,317 1.00/1.00 vMB 52
405,314 405,314 0000000000000000054a3b9341d45a711e42b4f7a617facb1d4dda7c40e5366c 185 0.10/1.00 vMB 55
405,313 405,313 000000000000000001cb107dedb1b897f3acce014ebb8bcf47cd22dce2b38c1e 912 0.74/1.00 vMB 41
405,312 405,312 00000000000000000102de98200dca568b582ef641d6ab804ff64083081cc490 1,415 0.99/1.00 vMB 52
405,311 405,311 0000000000000000013213a8fecbe3df668e6f96a9b21bd9825d7000da11118e 1,018 0.84/1.00 vMB 45
405,310 405,310 000000000000000001cffa0eb47d42ea8eddbf9c51b86fe8d88f5c861b8992f8 579 1.00/1.00 vMB 15
405,309 405,309 000000000000000002b4bc0a2af1fb313e089eccd9795ea51107ee6dd99738c3 1,062 1.00/1.00 vMB 43
405,308 405,308 00000000000000000523f1c312250d30202d646038363dc583b009df5e939e7a 201 1.00/1.00 vMB 9
405,307 405,307 0000000000000000045e1e76e4ca8f2333db1c6ff9e769c71d7985c5e8ee516a 2,003 1.00/1.00 vMB 45
405,306 405,306 000000000000000001d49df25f41df812a1b273019035b7126677790ab2ec3d3 1 0.00/1.00 vMB 0
405,305 405,305 00000000000000000422ac09e1295a98424c04196aefc01795de056e86c656b1 1,132 0.93/1.00 vMB 67
405,304 405,304 0000000000000000021b1443d7da850d6f4d8f91a8f5a4e75357a2d1c0cf260c 1,641 0.93/1.00 vMB 58
405,303 405,303 0000000000000000061878ca77700746844edfd8e35a6a62521eafbd88ff0847 850 1.00/1.00 vMB 23
405,302 405,302 0000000000000000037979a813eac9aafe180c7b9c020341822c88e922f3769a 1,210 1.00/1.00 vMB 39
405,301 405,301 000000000000000004139a31a07bfca389b2589797f59d2d781a9991c1e145e0 859 1.00/1.00 vMB 21
405,300 405,300 0000000000000000053c702c195cf72fb1ce6c32544c8cfdb2a98d341b0f1b7d 1,656 1.00/1.00 vMB 60
405,299 405,299 00000000000000000298a4954599f04ea7b2dbf68c774228a9f0de2166fc2b2f 1,466 1.00/1.00 vMB 52
405,298 405,298 00000000000000000164dcdef50b4f78ff6b94ac9c2d82a72d71ef7e7a40bfa2 983 1.00/1.00 vMB 35
405,297 405,297 000000000000000004e887b31a8b0ec5b025f7bfda96da4d1fba4e22805ad93a 1,164 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.