Loading Tool

Explorer IconExplorer

Memory Pool

87,605 transactions
32.09 vMB
0.14238244 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt 5f643738b7212345eb6863f5747dafeacbb79f37c087a392bbc1a3b58f6be05d
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root c9e3a4d08a58653e7c9fb24c0ac0b0561bb0a5c0c46f9b54823c18c1df0f1015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05209095 BTC
Feerates: 911.92 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (705,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,815 209,815 00000000000002c91b22a351b4be368ec7c8fb22dbbdb81b3ad1fde1bfb72876 116 0.05/1.00 vMB 145
209,814 209,814 00000000000002a23070d97df7e76256b956c1d2c9ccc21e8f0417884f16abf3 61 0.02/1.00 vMB 250
209,813 209,813 00000000000003157a457b435e7d33a9901d01552de970b098230be8281b6d1c 531 0.30/1.00 vMB 113
209,812 209,812 000000000000048858edfdf0a45c5fe39cb255c6094c5212b28490318561914a 22 0.01/1.00 vMB 87
209,811 209,811 00000000000002a0df91cad1c3b230cc5404d9a14dae2240d90b1dc7e63381d4 10 0.00/1.00 vMB 47
209,810 209,810 00000000000000f4f8c7e28722932ed7baaf0bd138577046f79dcbc2cc889d70 165 0.17/1.00 vMB 42
209,809 209,809 000000000000031daacb7d38f2d81fa0fe7dfe92857f9d74776a5bee5d51e9ec 24 0.01/1.00 vMB 73
209,808 209,808 0000000000000030325f54d7f60dcf5b214aae266089125a81415cff83f5ab97 31 0.01/1.00 vMB 97
209,807 209,807 000000000000031a0ec71fee1b80eb448ef11c60595df7b78297386e26efc5b7 94 0.04/1.00 vMB 123
209,806 209,806 00000000000003ee2dc927e1506a51add73ba2250c5b7ca0f2094d94dd9da843 1 0.00/1.00 vMB 0
209,805 209,805 000000000000044532d6967d0e2fe75ac900db6f3e3b38b7ec61897735ba2d22 96 0.02/1.00 vMB 69
209,804 209,804 000000000000024e0a323492890f8aecaec6aebbb9214445740b31bcf5c4c4c6 137 0.05/1.00 vMB 170
209,803 209,803 00000000000000b50b3cd0bd939f6452b4d33f78386a3a16d6e75d246d606fca 16 0.02/1.00 vMB 44
209,802 209,802 00000000000003a63eea502dc900f62ffc7cfbcdfaa93dd202c49ce21d8ee6c7 59 0.03/1.00 vMB 94
209,801 209,801 00000000000000958660c5fcca6c82b3f177a2a631284c1b91d1b4cfe8290e9c 37 0.02/1.00 vMB 87
209,800 209,800 000000000000042b60a31c9de0026e564bbea6a7f0b39da986cac4a957eba89f 67 0.05/1.00 vMB 134
209,799 209,799 00000000000002cef25ed033c549a9148e2d2050a623001dc3ddf264a212b20d 23 0.01/1.00 vMB 28
209,798 209,798 000000000000046c7b0d76da8bba54bc0d96f68e67e58f154e88b79e47bc5c6c 223 0.10/1.00 vMB 215
209,797 209,797 00000000000000e532eac538ff4ecfa8e8dd64ccac1b5d79ba781a8b37202706 93 0.03/1.00 vMB 1
209,796 209,796 0000000000000167ad767ca666f5b9c1ec44ece5814a001d2be272cd5fd75a4c 126 0.05/1.00 vMB 95
209,795 209,795 0000000000000428a67e64ea7f678153a945c34507ed195554aba10b06efc5ff 56 0.03/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.