Loading Tool

Explorer IconExplorer

Memory Pool

78,097 transactions
29.26 vMB
0.07645498 BTC
Random Selection Loading Transactions
Max Size: 179.35/200 MB

Candidate Block

Mining Attempt 5af794bc0a139e24d4125b6b7499ced4fedb6053af83f8a6e6094e483383e3c0
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root bd2e60e1722f537b2ef138af4db4dab1144a70a73075091e3c75502e58b758e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.01239815 BTC
Feerates: 73.20 > 1.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (459,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,791 455,791 000000000000000001d08fd5e6131971d185f6d3c89adb68ea7d2f2aa84764b5 1,493 1.00/1.00 vMB 144
455,790 455,790 000000000000000000bd3756af16940a8aa12b32996ea3836924aa9ab13d9bb4 2,091 1.00/1.00 vMB 135
455,789 455,789 0000000000000000009ad2da1823422afe013112989bad786fb92f1d499724d3 2,194 1.00/1.00 vMB 168
455,788 455,788 0000000000000000016edfe4de1bf85b41d6254e4a92ff9add9343b3592585e0 2,714 1.00/1.00 vMB 222
455,787 455,787 000000000000000000443359f7c343e97ec2f862471c17781ae8d5292089a82a 2,230 1.00/1.00 vMB 148
455,786 455,786 00000000000000000257867f99ed8ef7c62f8eb30b9012064f3c14b734cf6017 3,259 1.00/1.00 vMB 122
455,785 455,785 0000000000000000016f340c9e4c84d3e6b7a93fa22e9a6ac14eb0dd6773ee7d 1,963 1.00/1.00 vMB 191
455,784 455,784 00000000000000000041fc92e19d31a2bf541270a5698754bc26ec4c31ba4997 2,491 1.00/1.00 vMB 186
455,783 455,783 000000000000000000b9b5190820a7fa2c8e4e24d70b02c5ec0ad9366649a5ba 2,140 1.00/1.00 vMB 111
455,782 455,782 00000000000000000159c9efc14f31ad80189b273261cb47cb0db15979d7cb2f 2,544 1.00/1.00 vMB 163
455,781 455,781 0000000000000000019c88187c9ef0efc7814c34d33ef7524da76c258d828be9 1,264 1.00/1.00 vMB 151
455,780 455,780 0000000000000000020a9fb6b2b8da29b38a958a85290638b64852bcbcaf2ad6 2,501 1.00/1.00 vMB 162
455,779 455,779 00000000000000000147dd50aba03454efe5f6cb071ccb14f648d2583355ec19 3,134 1.00/1.00 vMB 210
455,778 455,778 0000000000000000004ef2d067d5eb300d108628c10b4719d3d5c56567ce46d7 2,561 1.00/1.00 vMB 181
455,777 455,777 0000000000000000005208aeae76ee8816b4f16be00026d2430ad14f97870b52 2,798 1.00/1.00 vMB 281
455,776 455,776 000000000000000001adb5fdc68cdf558afcfba0f690ca64a7fc435c3b313b1a 2,454 1.00/1.00 vMB 204
455,775 455,775 000000000000000000d39f2c697ba0862106a153f1f8ae8ecda33d9b723f719c 1,969 1.00/1.00 vMB 155
455,774 455,774 0000000000000000005079edcdbd2e848151ff1bf5bdfa545c7dfec94175810b 1,791 1.00/1.00 vMB 175
455,773 455,773 0000000000000000007208ed4dd84acf0b75c411be975ba98363e04f6f1deb00 2,520 1.00/1.00 vMB 206
455,772 455,772 000000000000000000849c097f12338c15af534a3c2f5798223639ae79e3ade2 2,619 1.00/1.00 vMB 232
455,771 455,771 000000000000000001fe3db0a8a8c13b43c07c0a196089614a4350f4aa9b62e2 3,236 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.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.