Loading Tool

Explorer IconExplorer

Memory Pool

76,323 transactions
29.75 vMB
0.06686842 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt 4f6a4db20c050fe4ddf8b0e61d93cb1c8aa9feaa27a963b6a1bdcbada6dbad3f
Version 20000000
Previous Block 00000000000000000001959d63615e809b1cfe2057393e2a73c4fe2fd66f1d56
Merkle Root fe47334e4caa3795d495cc6be8a31cbe7fe43169fc4cc62e08be9046b2aac530
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,853
Size: 1.00 vMB
Total Fees: 0.00394527 BTC
Feerates: 14.26 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,190 (516,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,006 399,006 0000000000000000005e74267bbcad8d20914fddb65b32fd4ba91e4095a875e6 571 0.35/1.00 vMB 32
399,005 399,005 000000000000000006647cc186266bfc357b59d1cf0efc6469fcf5d67aa59874 594 0.54/1.00 vMB 21
399,004 399,004 0000000000000000066712fe00be498b7e9d14beae5053fdcf4786f55836343b 2,527 1.00/1.00 vMB 54
399,003 399,003 000000000000000005950a25acadf01e43e0d638242c95fb23c33c438d1308c4 598 0.28/1.00 vMB 47
399,002 399,002 0000000000000000059a8aceab5aae2654381abd3b21ea06d33a73b80604a5a1 1,412 0.65/1.00 vMB 42
399,001 399,001 0000000000000000013090d3331a82702b0caf537e7621f2b9190aca5572fa48 680 0.31/1.00 vMB 39
399,000 399,000 000000000000000003d2548d4c19a5e91a8762c764f3195a7cb4be189bb1da48 96 0.04/1.00 vMB 40
398,999 398,999 0000000000000000010cb91a899239148b28b0d6182286b8c8fd1b8e422183d9 334 0.17/1.00 vMB 36
398,998 398,998 00000000000000000536113525a66dcbe0b4133b1767e14fa541f7308f8051cd 618 0.56/1.00 vMB 23
398,997 398,997 000000000000000001ca8d99910ce6f6276328902aa3bb4c6692461afea10d27 607 0.51/1.00 vMB 25
398,996 398,996 0000000000000000025c441121e84f4d1f3639594d44eed811b3efd3801bc0cf 619 0.28/1.00 vMB 43
398,995 398,995 0000000000000000033c3eb2edf938cf86983702d11cd345c9108ff6bcbbb510 889 0.56/1.00 vMB 21
398,994 398,994 0000000000000000015951e221b800c07d5c720fc79c2bd1e46c39ca330aa165 1,970 0.93/1.00 vMB 50
398,993 398,993 0000000000000000012d9eb24a4e0275e2d9c9eeea07e3dc95ccd7591fbc4802 2,247 0.93/1.00 vMB 43
398,992 398,992 000000000000000006d58c1e2d4e28cac002c76423b569b5e67a0a07549553ba 2,293 0.99/1.00 vMB 41
398,991 398,991 000000000000000001fd746c60a01eddc745ce2234477136c08654052779e196 2,044 0.89/1.00 vMB 40
398,990 398,990 000000000000000003828804ad7d9b6a9e4a2e0188e9269e9d6e7cb80b85a774 1,235 0.62/1.00 vMB 34
398,989 398,989 000000000000000002f2b4862acc8a9800a08572dbf643e50b295aef8dd867a6 1 0.00/1.00 vMB 0
398,988 398,988 00000000000000000451e4d1f66eea4c187c25e02992dec8e7bf82c96dde8404 540 0.51/1.00 vMB 15
398,987 398,987 000000000000000001495d8e2e560797c1dd0d9f88135fe68bdc1d4f940bd7e1 1,029 0.98/1.00 vMB 25
398,986 398,986 000000000000000006be2781b66bc3afdd04e7d8d7c5b6c7815ed2d2f8f20311 2,329 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.72 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: 707.06 GB
    • Received: 16.66 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.