Loading Tool

Explorer IconExplorer

Memory Pool

48,022 transactions
29.16 vMB
0.06915481 BTC
Random Selection Loading Transactions
Max Size: 155.77/200 MB

Candidate Block

Mining Attempt 2751aa6ad94173b539f0a5ff5a63e75db9439121432af62a594f05c5a37eb23f
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 06c867c410c5411970a7eceb54e9c0c009b96e692ef8b517019ee27154163621
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.01273522 BTC
Feerates: 132.00 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (65,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,098 849,098 000000000000000000033233df47d8b62ad55c79a26f5b29eecd85e712904791 2,779 1.00/1.00 vMB 17
849,097 849,097 000000000000000000011f2450935266acafd1fc42ddd06665fe8634a8fce8f1 5,071 1.00/1.00 vMB 8
849,096 849,096 000000000000000000006de788a3bfc9da44410e1c02b16b3ff5b10e341c9200 7,162 1.00/1.00 vMB 8
849,095 849,095 00000000000000000002b16a8166e5ce87f2b85c86aeb6408e20c965c30e83bb 5,569 1.00/1.00 vMB 10
849,094 849,094 00000000000000000002c84e73891a68a1f01af1b6fdf817f8d6ceedc90afb14 7,806 1.00/1.00 vMB 8
849,093 849,093 00000000000000000002391f25928d2798f5fc9ebff311941eccbd383e9834d1 6,822 1.00/1.00 vMB 9
849,092 849,092 00000000000000000000e108c5175b8a904d5a75ed3e30041db6425603034707 6,405 1.00/1.00 vMB 10
849,091 849,091 0000000000000000000252d8b0b4c3a5e97b0ff5bc9adae3892cacb3abddf765 1,661 1.00/1.00 vMB 15
849,090 849,090 00000000000000000001f4d21d1a5d7735bdaf0004522e5ff81b4e6d2daf13c5 4,210 1.00/1.00 vMB 11
849,089 849,089 0000000000000000000143f2b16c524a32240968b8bd2808d93e0eb7ae6498fa 1,245 1.00/1.00 vMB 11
849,088 849,088 000000000000000000003ef7df1b25b26213e83460f46dd92da5c7629e03a3b2 2,125 1.00/1.00 vMB 10
849,087 849,087 00000000000000000000537af5218a4c23fcb6b6ab4263f81c7f64fe341c30c7 6,248 1.00/1.00 vMB 10
849,086 849,086 000000000000000000021771e939800cd5491abeab1eb858619325548457f29b 962 1.00/1.00 vMB 9
849,085 849,085 00000000000000000001f7cf58ba60ea5d5a0f0a02c8783cbe688398cc38bcd8 2,713 1.00/1.00 vMB 16
849,084 849,084 00000000000000000002748dfcacd3af87b45f68bba9c7b2848da3470bc83495 2,838 1.00/1.00 vMB 15
849,083 849,083 00000000000000000000ea3fce37ad44af8c8428e5a8ff19ba309a6cd5a89060 1,672 1.00/1.00 vMB 10
849,082 849,082 00000000000000000002ac664e39140e31dbe522fb9c465d65cd094c7f15a7cc 1,704 1.00/1.00 vMB 10
849,081 849,081 0000000000000000000080c50675f78297e8f3065fc6db1efcd9434c4eda3bbc 2,941 1.00/1.00 vMB 15
849,080 849,080 0000000000000000000347e898178eedd180285a179707cfcab1109641691ea6 5,406 1.00/1.00 vMB 17
849,079 849,079 0000000000000000000282a13227e73a3cead59ccc863a1d8f79667ce2c112c9 3,876 1.00/1.00 vMB 13
849,078 849,078 000000000000000000019ebbabe959d90f0a256abc10248dcae389b31aa3c771 4,736 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.