Loading Tool

Explorer IconExplorer

Memory Pool

81,169 transactions
31.11 vMB
0.07511554 BTC
Random Selection Loading Transactions
Max Size: 189.35/200 MB

Candidate Block

Mining Attempt 690ad1af5b279b21156fddf1661551e958cd1ecb83a8f8b32f65614c35a84539
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 80edad9590412aee8bf3b2aed0abd833e508e7a2eab8de6d462a16fd18d1a66d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.00791161 BTC
Feerates: 100.37 > 0.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (514,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,113 401,113 0000000000000000008964a271252e24f31308a4737ca5facd2038ca87ee70f1 275 0.15/1.00 vMB 60
401,112 401,112 000000000000000003e22a0ad16d98d3067f8462fabda77c2e53c98727612b7a 1,264 0.67/1.00 vMB 50
401,111 401,111 0000000000000000014ab61a888236124d4da2be2ddd25ba7edda92824d3df81 620 0.33/1.00 vMB 43
401,110 401,110 0000000000000000022c761c2c9265356ff58ce47cecc08de69325a4b350e2a6 123 0.07/1.00 vMB 44
401,109 401,109 0000000000000000043c8f60220e16674a17ed134cc7426ec02b091bada33fa5 1,279 0.84/1.00 vMB 42
401,108 401,108 0000000000000000040838bcba60eb51f05a24b55b5b779f855a406aa951cf3c 684 0.47/1.00 vMB 31
401,107 401,107 000000000000000001185864838f668eaf86b0b55b9978be43ff2f2e07944ecb 2,135 1.00/1.00 vMB 45
401,106 401,106 00000000000000000186d0914122d1794c8c3040a1c44533b0de4feb8c9b99f4 821 0.99/1.00 vMB 26
401,105 401,105 0000000000000000033d76d1979cbf908abbd9e94a5a7a84aedc51dd3aa0d022 741 0.38/1.00 vMB 44
401,104 401,104 000000000000000004caf85d546365c1758408ab2747bc22ec03bc4f8fea257d 456 0.60/1.00 vMB 23
401,103 401,103 0000000000000000024e5405db7873cd93dfa5e5fd9b0b9106e9e7fa7cdcea93 1,424 1.00/1.00 vMB 44
401,102 401,102 000000000000000005d0fd12bf1464367d941f55deea94fbfceb36d8db79fddd 2,174 1.00/1.00 vMB 40
401,101 401,101 000000000000000002c27eadc284b9d733e940a06973648d43fc6c3b2e7224df 2,424 0.93/1.00 vMB 70
401,100 401,100 0000000000000000057e5c7d461cd4ff563e8a4e8071df28122231da20c2e0ae 1,040 0.60/1.00 vMB 42
401,099 401,099 000000000000000001e4bfc2f04c06f2b3540e0ad73581035df3837e64e5566f 369 1.00/1.00 vMB 12
401,098 401,098 00000000000000000307e9cd063338e9c2db4c648088fa09efa44499d391d51c 2,134 0.93/1.00 vMB 66
401,097 401,097 00000000000000000429bfe9f980940f02525528f03e76fca32610dd68ed286d 1,862 1.00/1.00 vMB 46
401,096 401,096 0000000000000000010b2f0fb14774c668268dc506be5fdc8d63b8c09b7c20c5 1,856 1.00/1.00 vMB 30
401,095 401,095 0000000000000000049fd3e402986b00c01231f89b9d1e3159765ede36cb16d7 2,836 1.00/1.00 vMB 62
401,094 401,094 00000000000000000089f5639d0709d3a3e061d277d5937a7f617c25d3ee6fce 2,351 1.00/1.00 vMB 76
401,093 401,093 00000000000000000370c462999f25881e445f3f7b284ebf566550290e393170 1,372 0.71/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.73 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: 707.87 GB
    • Received: 16.70 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.