Loading Tool

Explorer IconExplorer

Memory Pool

44,479 transactions
28.50 vMB
0.12178978 BTC
Random Selection Loading Transactions
Max Size: 148.23/200 MB

Candidate Block

Mining Attempt f2979458f78d01fa0ec63bfd5509c6cfac3485071e009a64e87b552c10bc29e8
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root af02a40be6e19609aa74e08caae4253f24aab97e538c402201b676e16a1749c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,526
Size: 1.00 vMB
Total Fees: 0.03345169 BTC
Feerates: 78.42 > 3.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (528,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
386,265 386,265 00000000000000000a9892e2ed1b1dfc0c4ffebda139723326358d5fd65563ea 603 0.99/1.00 vMB 13
386,264 386,264 000000000000000005d22356db1acb3434fd2a5d7838587afd8a3da6f8bee8fa 2,522 0.99/1.00 vMB 43
386,263 386,263 000000000000000006380a8363d8309495258ad7ab369d22f4bc9e1f2999ab32 1,646 0.93/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.64 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.