Loading Tool

Explorer IconExplorer

Memory Pool

13,952 transactions
10.78 vMB
0.03454065 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.78/200 MB

Candidate Block

Mining Attempt ff359309fef51d4c3fb6c9479263ea78252d99caf50e57908b6d223c2c9bb320
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root a62d2b849d1072ac7ca352fc8f0a051b200cb60199ca57601c77a785da924d04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,582
Size: 0.99799025 1.00 vMB
Total Fees: 0.01576496 BTC
Feerates: 151.03 > 1.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (750,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,903 162,903 0000000000000025fd45f14984930a0e5e401b0031d462da80422ec92b1ba537 21 0.01/1.00 vMB 128
162,902 162,902 000000000000022c2097c1461727ce7d216b1a1bb27ea24a8458864923af8c18 31 0.01/1.00 vMB 130
162,901 162,901 00000000000005018eb54ae17a4d1f27227262249a6c0497f307e641d207295e 3 0.00/1.00 vMB 97
162,900 162,900 0000000000000b8e9eade1ec2e778e5ac4a72297011051f6aa8ff9fb8b1b529f 116 0.04/1.00 vMB 65
162,899 162,899 000000000000089a13d04b4241ff0a2941684e72b2051efb9f14652e8ef57323 24 0.01/1.00 vMB 214
162,898 162,898 00000000000009c03a7ddd07db3c7ca48bcba3369151d950dc30fc2a3cae86a9 104 0.04/1.00 vMB 87
162,897 162,897 0000000000000af60f70be8e6e209226fd17f6aa2a6ed2a0ab98f9e285e9950f 24 0.02/1.00 vMB 223
162,896 162,896 00000000000002f6869f77584b025860eeed9ab28dab52d79d0cd0baebfa60d1 22 0.01/1.00 vMB 76
162,895 162,895 00000000000006d9a09026af68f192029109efa9f0d786e8e32f47b5d91ccc29 13 0.01/1.00 vMB 236
162,894 162,894 000000000000097f50562e83b8b8ec07b17b732c22f62726563a883b98d518b7 47 0.01/1.00 vMB 77
162,893 162,893 000000000000024dbd377d193408e1bb7d157bcf09d5919c638f02faadf275cb 59 0.03/1.00 vMB 121
162,892 162,892 0000000000000b265d65a34b14b46a0280fb6f944f78a358fdcee41c71e4d009 8 0.00/1.00 vMB 765
162,891 162,891 0000000000000197b41c00e39c5ce69def639022e06aabe65ac8a911dcfeb860 51 0.02/1.00 vMB 113
162,890 162,890 000000000000070a74ffa69b88bba7ef7c7c6aeb20e9fa016a76c74de847083e 2 0.00/1.00 vMB 193
162,889 162,889 000000000000006741e271aa9e23af6aa3af14bb0866817b175e8d5c2b3b8d71 15 0.01/1.00 vMB 40
162,888 162,888 0000000000000b2b2d225ad556738900a90b3e8fd857a63d70d1771eb16bd7c8 9 0.00/1.00 vMB 370
162,887 162,887 000000000000059cdc5c0f0e7229d3897dac8f5051eea5b80c8b1761ccbf5adb 96 0.03/1.00 vMB 90
162,886 162,886 0000000000000715c94284035c905208ae9d7c8baf875c73970e9a3e3ed15c54 12 0.00/1.00 vMB 412
162,885 162,885 000000000000087d1b947683110ae205e28cf6ace24f7cbb26729709059e91e2 22 0.01/1.00 vMB 624
162,884 162,884 00000000000003b26012d889a30c245fba1fda5876c95862789a7200df5c0242 33 0.01/1.00 vMB 61
162,883 162,883 0000000000000a3a067292cf931a7c4e381cb13f6f991799d8bd2d70806c57ee 15 0.03/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

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