Loading Tool

Explorer IconExplorer

Memory Pool

36,216 transactions
26.14 vMB
0.06962878 BTC
Random Selection Loading Transactions
Max Size: 133.21/200 MB

Candidate Block

Mining Attempt 3c713529c506d5b11bb0e9213678621cdd0b9801193b4e37e55e3b140f42d78a
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 4f91e07dc91b4fc2a62512a8232fa9c6c7a210b3e779607fe90eaffee36d107d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.02117866 BTC
Feerates: 120.00 > 2.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (528,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,286 386,286 0000000000000000032b839d6c36fba496043c563a4cf1ad051a637cb56548fc 2,847 0.93/1.00 vMB 50
386,285 386,285 00000000000000000254f5f8c24fbaa0d282dd2b237e5504fda515cd765016db 2,895 1.00/1.00 vMB 48
386,284 386,284 0000000000000000065380eb717c2c2180bc0190456d8fe9f510a25dea521c99 2,904 0.95/1.00 vMB 46
386,283 386,283 00000000000000000d288e693ea398526b5bf970148bbcf3a0d9fa952705a959 59 0.05/1.00 vMB 28
386,282 386,282 000000000000000005c552a8c6ec5e652ee0c3f357de5d2138750f522919e01c 2,214 0.91/1.00 vMB 39
386,281 386,281 00000000000000000d9d177832da3b90d1ad6e5bec0459374ec69ede94c4f0d1 1,688 0.75/1.00 vMB 42
386,280 386,280 00000000000000000cf81a1edfb6987e43db3647ddf330731723bc57f6280047 705 0.63/1.00 vMB 21
386,279 386,279 00000000000000000288410f867b841d7a94a06205cfd939a977b05cc9fbcd10 2,041 1.00/1.00 vMB 33
386,278 386,278 00000000000000000f1732bdca0a030061c53622e399d8809d3b67d9b398233f 1,851 0.93/1.00 vMB 33
386,277 386,277 000000000000000008b0b90f54e7b2a60dd2eeae14e2c2bea9eda1cca2ba8bc1 2,004 0.93/1.00 vMB 52
386,276 386,276 00000000000000000e09bf5480e1dd1a238885dd6b54a7a475f13d114cd7af71 1 0.00/1.00 vMB 0
386,275 386,275 00000000000000000a8441e612f72bd048c2e8cfb43cc294eee442837f0bc8f8 989 0.75/1.00 vMB 27
386,274 386,274 00000000000000000046af2824009dd98983ff073932ee5d4192a70b9968cd9f 1,916 0.93/1.00 vMB 38
386,273 386,273 00000000000000000784b3b1ed04f0ae5ea5ed3ec95c12cb2972f72b78e4372a 1,956 0.99/1.00 vMB 32
386,272 386,272 000000000000000006740bcd457a0c4ba7ceee0df7a8e1ee5a82e4bb11b48e1b 1,964 0.75/1.00 vMB 44
386,271 386,271 00000000000000000de352257974574b89c5efd35b238cb086364f83746212da 1,265 0.56/1.00 vMB 42
386,270 386,270 00000000000000000a9578e5003cf831b18fbca1feeffae70b3829d981a7b6fb 2,658 0.99/1.00 vMB 40
386,269 386,269 000000000000000000af5045edaccff88760fc407290412fb715e8ad26345246 1,245 0.47/1.00 vMB 45
386,268 386,268 000000000000000006cc89a184924b3fef2cf4157a7b3d6a0a0a2ab429331f9a 1,364 0.74/1.00 vMB 44
386,267 386,267 0000000000000000013b7e833f2fbea4bf3f9528ff8661b23917db901d94d476 1,922 1.00/1.00 vMB 29
386,266 386,266 00000000000000000f1be90b628be16a83599191c6ea810802f0ebf378bf85ba 2,450 0.95/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.