Loading Tool

Explorer IconExplorer

Memory Pool

87,937 transactions
32.59 vMB
0.24960739 BTC
Random Selection Loading Transactions
Max Size: 194.78/200 MB

Candidate Block

Mining Attempt 0af38dc1d78ebd27b54c3a880085e4f3c3ab3d59000a59b856c42ea6ca8f94e2
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root ab0dd0a2c835e92a813a7c8d01d5d9a35ee0200cd77b481248ff9bb60ccfa654
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.11026669 BTC
Feerates: 538.26 > 11.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (528,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,330 386,330 0000000000000000081a8ec26bcb961ebc3f3dda63eb2ed6a6d48013138abc9a 99 0.04/1.00 vMB 28
386,329 386,329 0000000000000000075df6c0c4efbd5896d2b7a3b89509836a6ddf1ad5dda2fe 1,157 0.59/1.00 vMB 31
386,328 386,328 000000000000000005e3990ee3f28b16d2056d60a5637cd08ca0e4218bb7a3de 394 0.19/1.00 vMB 37
386,327 386,327 00000000000000000eb1035c3ed0782a15584f59ab4661419ba1fb41a8c96a35 451 0.20/1.00 vMB 39
386,326 386,326 00000000000000000a89f382025552ea8a039b340b9b6f943c76dcd9b86f0bb9 1,577 0.66/1.00 vMB 34
386,325 386,325 000000000000000000a7776a77fdd06df973119ed7d9d628ae50b1e02ace9c9d 568 0.97/1.00 vMB 10
386,324 386,324 00000000000000000168f981f3b85ccac4d7226fde856429252c21bbe23eec57 452 1.00/1.00 vMB 9
386,323 386,323 00000000000000000e4a463d71f6684ace32533aeec98564d4dad9eadd544c12 915 0.80/1.00 vMB 21
386,322 386,322 000000000000000004330ca6311dbecdee3882b296f6c6bcf45675d3e4feb19c 2,071 0.95/1.00 vMB 39
386,321 386,321 000000000000000007908db8880e24b3f3401b9503596aa01cea2646af477a1f 44 0.07/1.00 vMB 8
386,320 386,320 00000000000000000b3293b81c4cb2429ec165b929ab4d8e2da09da0c0640dba 1,084 0.66/1.00 vMB 23
386,319 386,319 0000000000000000072bebef99e940f10f7bc66be185271131f372523d5d2a53 2,309 0.83/1.00 vMB 46
386,318 386,318 00000000000000000eacaa4766c4dca1a0ce8e519ef18558831fa7752a6d0c23 1 0.00/1.00 vMB 0
386,317 386,317 00000000000000000c88ebacd9d6f74edb3b2a08c1d6222209876afe225e40ba 1 0.00/1.00 vMB 0
386,316 386,316 00000000000000000a4925b4d6a06181a840f1ed50b6fec19c50b2032c296ec6 638 0.99/1.00 vMB 14
386,315 386,315 000000000000000007e96cc6d56e8c36f90680e12b9a3cfdd25c60114f0b8342 601 0.24/1.00 vMB 36
386,314 386,314 0000000000000000067aa3ddf7ca25d307cb3c4969e6f6ef6cfefa67ddd46cd5 924 0.38/1.00 vMB 34
386,313 386,313 00000000000000000c2854344f4d986b187f6d4926a4195f7c60efcf17a63ec8 1,653 0.99/1.00 vMB 27
386,312 386,312 00000000000000000cb8134cc238747a7f097021c921cd787ba0aad0422e339a 1,136 0.56/1.00 vMB 35
386,311 386,311 00000000000000000c9cdc9265e5c0021fcf41dd60337109d483aa0aae22a9c6 293 0.18/1.00 vMB 22
386,310 386,310 00000000000000000571c4d6ee0e5b9e90067d64f3e9a37ba3313ff509448342 1,397 0.98/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.