Loading Tool

Explorer IconExplorer

Memory Pool

81,861 transactions
30.23 vMB
0.09048635 BTC
Random Selection Loading Transactions
Max Size: 182.07/200 MB

Candidate Block

Mining Attempt 0869b154c0b3c0f5477128d7659fff35cd0298f8084b9e901267f6906357d272
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 8a18a7b069851412b30ccc5682a3aa633eead0ff7eea2339b949fba3c6669a7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,052
Size: 1.00 vMB
Total Fees: 0.02857280 BTC
Feerates: 454.44 > 2.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (368,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,095 546,095 0000000000000000001ff8b57431c30d01a5790e46b4b81ddbedd9e8ca413a9c 1,454 0.66/1.00 vMB 14
546,094 546,094 000000000000000000213ed984f3ca1410dc7a56571e2253b0cc0261978cf716 1,118 0.55/1.00 vMB 4
546,093 546,093 00000000000000000022849ce64e24380c6f404155577d367b5d08682ff4bb05 2,510 1.00/1.00 vMB 19
546,092 546,092 00000000000000000022f4f56807cd32c0f99b901c62c25db2a9916dd2356aa6 953 0.39/1.00 vMB 21
546,091 546,091 0000000000000000000d3745b8568c0d95c308f7fa8b861644f9d5a7673581ec 118 0.03/1.00 vMB 15
546,090 546,090 000000000000000000060ff7db0b950415685a16688b12a64492b7ce6cf19726 1,148 0.40/1.00 vMB 14
546,089 546,089 0000000000000000001656e3377dba0a6504c3099012edf30f72972d95890fa4 1,003 0.84/1.00 vMB 3
546,088 546,088 0000000000000000001a27e5c4351f81109f1ce94ed1326c1f086f30d8b55271 2,128 1.00/1.00 vMB 23
546,087 546,087 0000000000000000000a37c1d7cea35b5cf58a302d954c41124ae3e22697234e 814 0.27/1.00 vMB 28
546,086 546,086 0000000000000000001fc1b047855d0a2e0541b92a1452286cfa7397475a78d6 2,830 1.00/1.00 vMB 11
546,085 546,085 00000000000000000024685b466a10c904511b025c9c8677a0192c584ab1c549 2,131 1.00/1.00 vMB 17
546,084 546,084 00000000000000000012a2b23e9023f615b0b6d3b7f37f7d4cf4baaba80cdf3c 2,701 1.00/1.00 vMB 27
546,083 546,083 00000000000000000008138b38c57a70a25772d773ad9624151cd4424b9c5d8c 323 0.11/1.00 vMB 24
546,082 546,082 0000000000000000001ad0ac65eb3e7c4d70bb279fd99766426788833bdcffd5 1,801 0.95/1.00 vMB 2
546,081 546,081 00000000000000000010188c7aa85fbadbf8c802a000eb0d50ec087031ae6a2d 2,707 1.00/1.00 vMB 14
546,080 546,080 000000000000000000037ace0edbff4a03f75c93f370373baf699d63b7d49382 1,615 1.00/1.00 vMB 25
546,079 546,079 0000000000000000000380b8eeb25ae7a8d43d006ec61a7c43fca66c86482045 2,180 0.80/1.00 vMB 13
546,078 546,078 000000000000000000145879ac365ad22c72d2c4f67c11a2bfef5e9651945ec2 1,683 0.71/1.00 vMB 12
546,077 546,077 0000000000000000000f77fe7c1eb1498f996055a2c72a316f1b7eca9375f8a6 495 0.55/1.00 vMB 4
546,076 546,076 00000000000000000016efb28d19983cff3815c74e2ed837a57aaec2afcf7ccc 2,407 1.00/1.00 vMB 16
546,075 546,075 0000000000000000001cd63f3dd7b258f4cd11ca096985d6ad0e9d039466776e 2,167 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.