Loading Tool

Explorer IconExplorer

Memory Pool

86,355 transactions
31.74 vMB
0.10605708 BTC
Random Selection Loading Transactions
Max Size: 194.41/200 MB

Candidate Block

Mining Attempt 532af3cef520764be71d2b319150e4a0d24220ff5ad91ee7f4e01de7e172a652
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root ac4ca1eaaed60bdcc7aad34cd7f043422282d4297652f8c511f7a1f992c132c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.02625834 BTC
Feerates: 1,236.26 > 2.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (541,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,360 374,360 00000000000000000f22a95cece776ebf2c34151441e5152f174b4966a693ece 1 0.00/1.00 vMB 0
374,359 374,359 000000000000000003f510772c5fae4a6559d43bee8fc95e65286e2db1e20b1c 1,662 1.00/1.00 vMB 15
374,358 374,358 000000000000000001627989c6ec9f7ec6c4b7105be63d8e8946720353572318 907 1.00/1.00 vMB 16
374,357 374,357 000000000000000003e427b7b2cca897f039f0d6c449314b1f200b1afc6d9a34 975 0.43/1.00 vMB 47
374,356 374,356 000000000000000000d2e2202f4551e47096a0a97f4b1e5a84d15b80daf0bf3b 1,296 0.77/1.00 vMB 29
374,355 374,355 00000000000000000f6b1d71acded5b4bed07569e79d551ad2bdcf68561904b8 1,871 0.75/1.00 vMB 55
374,354 374,354 00000000000000000755f6d90e817b2c5c4cdb018710fcb9d3c0cbb6db37aa66 2,011 1.00/1.00 vMB 46
374,353 374,353 00000000000000000d6bf8ebcb6e2983f3edda76a8cb75123918536aa7dd9199 794 0.95/1.00 vMB 15
374,352 374,352 0000000000000000117c50e861ed1f626a769c189c69626ee01907e00ba99b07 1,412 0.93/1.00 vMB 35
374,351 374,351 00000000000000000e49cab994aeef9db3892c6f3b3c0071bc6bdc672e809456 798 1.00/1.00 vMB 11
374,350 374,350 000000000000000003e2e39d8c8b11e5e03b97e732d31d21d5d8c78576fdf813 332 0.14/1.00 vMB 47
374,349 374,349 00000000000000000dc91ed61942997e8aa65740aded18925c5dbb1752e1eb07 1,377 1.00/1.00 vMB 29
374,348 374,348 00000000000000000dc2f759f5acf2163f17d9e002e9d0f1a73c92a52fd878f7 1,698 1.00/1.00 vMB 21
374,347 374,347 0000000000000000089a2516ea4611448b387c998b1a8cb4dbd739af9c771a00 1,195 1.00/1.00 vMB 24
374,346 374,346 00000000000000000983c09d1b6c87548fe2f891a3da3e7207b1300c0dcf3496 318 0.20/1.00 vMB 28
374,345 374,345 00000000000000000c2e66fd45016fd3edf025ce465ac261f3b4a70f69f4389f 1,559 0.93/1.00 vMB 37
374,344 374,344 00000000000000000a777ecd061feed0611d52c82c704c9658d8bd623b2165f4 628 1.00/1.00 vMB 17
374,343 374,343 00000000000000000074283b300a6af1d4520618b967ca8a9aab1337669f4160 1,835 1.00/1.00 vMB 38
374,342 374,342 0000000000000000113372ea60218a50b24fc69b32977f153141e12328c382a2 228 0.73/1.00 vMB 12
374,341 374,341 00000000000000000c52f19306f5c8be2955969a0e697e11ef164cb042618b51 917 0.92/1.00 vMB 24
374,340 374,340 000000000000000003957a3c4627cba4db724053a6f8c10a086f5c5bd5f05122 1,628 0.93/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.