Loading Tool

Explorer IconExplorer

Memory Pool

80,307 transactions
31.47 vMB
0.07879825 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 9e2d63d2d73e92d523fc591134bf7a9bd0a5c5b1a8dd81c1e3a8d13f7e6164d4
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root ea0549b092d360dbfabfe6f29c21d0e213550242f3fec545539f2c56727372f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,315
Size: 1.00 vMB
Total Fees: 0.01040872 BTC
Feerates: 100.54 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (514,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,119 401,119 000000000000000004ad4c3576899a097d0da6884240f0a1cd58d9f6a0f9b828 3,034 1.00/1.00 vMB 75
401,118 401,118 00000000000000000440ebd4e7c1c014b6767343cceefc5edfbe19b3e3f75f1f 1,727 0.93/1.00 vMB 45
401,117 401,117 000000000000000004a348e0fa7b3346745132971791e75f52640c4ccac80e7c 2,372 1.00/1.00 vMB 51
401,116 401,116 00000000000000000158ed0c504043902c397a831a6695e52f0aa2237838d9c9 1,861 0.75/1.00 vMB 48
401,115 401,115 0000000000000000054137db6e6cc469173cb421ac3ac40deda297e697912458 1,612 0.99/1.00 vMB 57
401,114 401,114 000000000000000000ca1342a44da6e338d6194f60517449805a559e1acec9c7 1,216 0.58/1.00 vMB 49
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
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.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.