Loading Tool

Explorer IconExplorer

Memory Pool

24,993 transactions
27.20 vMB
0.05460793 BTC
Random Selection Loading Transactions
Max Size: 129.46/200 MB

Candidate Block

Mining Attempt 0e26ded5edbe085c9ae8ed5c73ad09e6f08ab85f2d241b0543aa1be3467ddba8
Version 20000000
Previous Block 00000000000000000001fd04c5091ae94005f8b98064aaa48cbec9a670b458f5
Merkle Root 7f0770e5a63d164a332bd73c74791bccd0b5e7b945853fdd9b65522456140452
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 241
Size: 1.00 vMB
Total Fees: 0.00326674 BTC
Feerates: 10.53 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,477 (446,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,782 467,782 000000000000000000c532369969fffab744bcc9c95e3b45795cdd81f20c95f1 1,886 1.00/1.00 vMB 278
467,781 467,781 0000000000000000015552c1fde3c572f630f43ddc230072bf27fcfe813d3068 2,218 1.00/1.00 vMB 460
467,780 467,780 0000000000000000016556898d55c33e86e4b89f1139d105273c18792efeee19 1,474 1.00/1.00 vMB 191
467,779 467,779 000000000000000000fdd369eed52a952978a264ca31d16233d0eb7f807e19b3 1,792 1.00/1.00 vMB 258
467,778 467,778 0000000000000000005d4d575654c75bfe4d61984da5f16e6a3d2b5375c93999 2,406 1.00/1.00 vMB 210
467,777 467,777 000000000000000001802dc043d6953b6dce3050dc5110c6bc34838ba03d3fbf 2,038 1.00/1.00 vMB 240
467,776 467,776 000000000000000001375f40227efc9bf54021bd5677dad009aa9882df0387f1 1,760 1.00/1.00 vMB 311
467,775 467,775 000000000000000001452fdae38c8cffe7a20a8f0d81a642cf880958867775f7 2,292 1.00/1.00 vMB 253
467,774 467,774 00000000000000000106773d5e151c5af11b2e6747917d2bb5e86a8c9063003e 2,369 1.00/1.00 vMB 301
467,773 467,773 000000000000000000110427acd69e3a18e5fbade9f5cb532b48b2ae98d8b1d7 2,618 1.00/1.00 vMB 328
467,772 467,772 00000000000000000085144325b24551c9be84e6e8a437d03b7c66875b9b403f 2,565 1.00/1.00 vMB 263
467,771 467,771 00000000000000000113294d4ab671f4fc29bda892b69d1bceef6f0d6b9f7cd1 2,070 1.00/1.00 vMB 289
467,770 467,770 0000000000000000018b5eb505a40ce1d41adb9fb7c8cb72c89b35b9bf4bebdf 2,385 1.00/1.00 vMB 272
467,769 467,769 00000000000000000120ed6a6ebb248b9a93f2fddf1b33a378b51db8e96459a3 2,357 0.93/1.00 vMB 356
467,768 467,768 0000000000000000002d8b8db0cb1d7cfdc654da760625579e4df1597c03e169 2,091 1.00/1.00 vMB 238
467,767 467,767 00000000000000000186fc2b8dbd4e07cb5040c12092150024320409374a431c 2,808 1.00/1.00 vMB 245
467,766 467,766 000000000000000001cfc74f1de98ee6576efb4c2817e466e595ec32040d2834 2,392 1.00/1.00 vMB 316
467,765 467,765 000000000000000001cd0bf914eb2b6ac1b592334f226de0041bc138685354b4 2,289 1.00/1.00 vMB 343
467,764 467,764 000000000000000001581fd6eef8140eab93f2b4b60f953b106a52e88b9da542 2,481 1.00/1.00 vMB 280
467,763 467,763 000000000000000000b9cc6d22f49d33d597f79448c678df082f4432c0e2c038 2,218 1.00/1.00 vMB 249
467,762 467,762 000000000000000000e14d4e3fe020a3cf966cc55eb836fe8636b65969ccb3d2 1,771 1.00/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 781.46 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: 610.86 GB
    • Received: 10.76 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.