Loading Tool

Explorer IconExplorer

Memory Pool

46,287 transactions
28.19 vMB
0.07538587 BTC
Random Selection Loading Transactions
Max Size: 149.25/200 MB

Candidate Block

Mining Attempt 4547c4be25063f7ac0042c2bb7c47b2ef63e889fb3a0555ac845bc424b07614e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 86c91ff02f382279315dba232bc77155e4c12162b49e8cc17eebab98179837bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.02080486 BTC
Feerates: 101.53 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (705,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
209,794 209,794 0000000000000054cfb063032f91f0e246f36d119d06ebc6ee122e311fc471a6 17 0.01/1.00 vMB 66
209,793 209,793 0000000000000244eeec96f72003a1fa098da826897ffd8524b54d9974707a8e 8 0.00/1.00 vMB 42
209,792 209,792 00000000000000101d24390071f228006637589867cda6c4eab58211db2c2e5a 257 0.11/1.00 vMB 226
209,791 209,791 00000000000003d4ecff138cc9fcfec37a27f2e7e1e49f7a46d62ac8e281683d 149 0.05/1.00 vMB 81
209,790 209,790 000000000000034952d2d838791ad013e43c4f2280beb7a742f21bf96e5cf64e 84 0.09/1.00 vMB 447
209,789 209,789 0000000000000342f1d199706edfc9c3bb385934a2d7f2f278b38a36d66de254 61 0.03/1.00 vMB 106
209,788 209,788 00000000000000fbb12bcd375a5d355af3c6ceccb8a563e13ab4cf647b2068a4 59 0.04/1.00 vMB 35
209,787 209,787 00000000000002f421b8895852158c0df8aaf2912dd38799655cbac5c79c4e81 100 0.05/1.00 vMB 75
209,786 209,786 00000000000003d5fe68a2dc3a705c0417cbef95a9d669d5daadd45a73c4cf5c 1 0.00/1.00 vMB 0
209,785 209,785 00000000000002b7382e89749848f1b39cdd97c61d20c4f205f91952fde933a4 92 0.05/1.00 vMB 126
209,784 209,784 00000000000004c85ce94664039890a489421866926de517825b35be25a0df1c 180 0.15/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.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.