Loading Tool

Explorer IconExplorer

Memory Pool

78,191 transactions
29.10 vMB
0.07575441 BTC
Random Selection Loading Transactions
Max Size: 176.33/200 MB

Candidate Block

Mining Attempt ab08aab7144c43284fee5dfd89469dfd43c88845eec9345c873011bdd8fce251
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (254,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,112 660,112 00000000000000000001d40b1a7c388d0976ae1e98be5315e004e4cb1f75d207 2,069 1.00/1.00 vMB 26
660,111 660,111 000000000000000000059a58a20aec0b47c724c52fa0b569cb7c6e1310552929 2,850 1.00/1.00 vMB 97
660,110 660,110 000000000000000000099662e8dc1907605f8ba577d2222f54013a8aa01beb5c 2,153 1.00/1.00 vMB 9
660,109 660,109 0000000000000000000e222d2b1a6f0a6054a69091d1890eea6130a115f4123a 2,608 1.00/1.00 vMB 17
660,108 660,108 000000000000000000034fedc36609987356f04d55ee4dd93743e84790922c5a 2,684 1.00/1.00 vMB 89
660,107 660,107 0000000000000000000ace0720e6114a1e6d1a43a189a2fec49fedfc42146767 2,487 1.00/1.00 vMB 67
660,106 660,106 0000000000000000000c1bfabcfc41c457e861079fb34d9bf6e90f0c68b8ad71 2,929 1.00/1.00 vMB 29
660,105 660,105 00000000000000000008f3b82df0b72a9b29dd7cf7c01a3e4a23f63d1bd84396 2,864 1.00/1.00 vMB 21
660,104 660,104 00000000000000000006743d99fbe6269853dc67eb67d889d9238b6ffe6ce206 2,429 1.00/1.00 vMB 75
660,103 660,103 0000000000000000000374bc77ce3a1b170cc7932049c82ef6b66b109e43e271 2,071 1.00/1.00 vMB 41
660,102 660,102 000000000000000000033350c7bec7b3585f5b76d8cf7547ad9b9d998e9b0c07 2,117 1.00/1.00 vMB 105
660,101 660,101 0000000000000000000796734c61ea492c7f27d5322f02d46977e8d1b53ccd99 2,527 1.00/1.00 vMB 115
660,100 660,100 000000000000000000014cdf5f34ed31ad06e0cb721c11dc825269ac588a2207 2,872 1.00/1.00 vMB 12
660,099 660,099 0000000000000000000d1c936ad888a984dd27114c784d9d9a4670103de5e833 2,659 1.00/1.00 vMB 56
660,098 660,098 00000000000000000007b8a79a1cdc5028a57a6896aacee9af9517ac0aaa201a 3,009 1.00/1.00 vMB 123
660,097 660,097 000000000000000000018628428aee6c8f1d7190ae53fc3ec2d97b7371b57182 1,156 1.00/1.00 vMB 15
660,096 660,096 00000000000000000006d38b0351ed1ebfb792db6cf8bb3ae2651980248dca59 2,646 1.00/1.00 vMB 31
660,095 660,095 00000000000000000008d8cecfeefd58bb7144e0f1478fc4324e764b391b23ee 1,515 1.00/1.00 vMB 38
660,094 660,094 00000000000000000008005ec447bb9db4a17642aba93e8f6801bee43cdf3758 1,887 1.00/1.00 vMB 53
660,093 660,093 000000000000000000033f643730a75b11a5700095804aa3af7e959795c425e2 2,398 1.00/1.00 vMB 14
660,092 660,092 00000000000000000002ab478ea1ba27b045afac1ff55b7f11f9df4ad499cd39 2,621 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.