Loading Tool

Explorer IconExplorer

Memory Pool

26,658 transactions
7.59 vMB
0.05800284 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.85/200 MB

Candidate Block

Mining Attempt 873448100da63179da178bbc68fe87a83beaef31911aa92a1ba0b205388c04c4
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root f26834ddb2035320dad2d9d282346dd0ab71c078f8c55327183eafa62e02178c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 317
Size: 1.00 vMB
Total Fees: 0.02307342 BTC
Median Feerate: 2.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (688,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,560 224,560 00000000000003cf504aa850ed952909797fa48e16645ced889f2730958f1170 298 0.27 vMB 118
224,559 224,559 0000000000000123b8d697a93759b0b855395fe9ec81153f5d96f33909f082e9 703 0.25 vMB 255
224,558 224,558 00000000000000a5ae01c9107037a303e989ccd81bcadd2da65cceea3a1a7af3 8 0.00 vMB 183
224,557 224,557 000000000000031c4c3672ea10c68ed47050de8bd1dec3f0fbbe373c9117ba3c 454 0.25 vMB 141
224,556 224,556 00000000000002f725e2be083ab3ca79174b4032309d4027801a535ce56b96fd 729 0.25 vMB 318
224,555 224,555 0000000000000166c3ecd8851097466fa49e5e6f55323a114fc351daed0e6625 587 0.25 vMB 188
224,554 224,554 0000000000000311234f595eb4bb84445ced294cfcfeefaa88a351b850759c2b 629 0.25 vMB 295
224,553 224,553 0000000000000218990facd9663d50e81450686d036a63958e49beebf017f556 256 0.18 vMB 48
224,552 224,552 00000000000000a53f64bfc1410f9374053ba932fc20791962ab059b2c6c6167 768 0.25 vMB 243
224,551 224,551 0000000000000292fa0114952f8c9e01af20c3f3fced1d80c70eec797ca133b3 32 0.01 vMB 245
224,550 224,550 00000000000000a334795c245d86a3d3199661350aecd16af42fe7e85ddede55 256 0.20 vMB 36
224,549 224,549 00000000000003c13f47908c9041469af5b86e6dcdf3ab8a2d0cce3b40ba849c 672 0.25 vMB 284
224,548 224,548 00000000000003b1aa6458beed5d3f2283a64b076531fabb01eb319f832d997d 256 0.15 vMB 140
224,547 224,547 000000000000010159616a907e51af60c8007a8edc4cbaeb7414037a9e1e1f12 780 0.25 vMB 233
224,546 224,546 00000000000002256a8f083ba5fe8a79dc5b4c0d4ca5340bebb65b2748303086 125 0.05 vMB 218
224,545 224,545 000000000000038e548470352dc0c5f2c22e5be81161d7d25246162039636473 777 0.31 vMB 51
224,544 224,544 00000000000002fdde342ac87a76741dd06c8a3fd3b72ea7e1d4943a47eb297d 510 0.25 vMB 287
224,543 224,543 00000000000002f6920e52c83e55be00b5fc6a9e1d0e519b2c238b2d2064fbc8 121 0.05 vMB 98
224,542 224,542 0000000000000219b6d001e0772fbdf28b16aee747a3db1601fe4bbf31308d87 496 0.24 vMB 230
224,541 224,541 00000000000000813b77af874edb0323ab430e6ec92b06244ceb7440f5c180e9 9 0.00 vMB 170
224,540 224,540 00000000000001ec2f4c11912f26d7526f3b1dda941d7f3aa2d44a1e0594035b 87 0.06 vMB 299
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.34 GB
    • Received: 0.43 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.