Loading Tool

Explorer IconExplorer

Memory Pool

9,167 transactions
3.40 vMB
0.01502324 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.19/200 MB

Candidate Block

Mining Attempt ec54e081a0b7d9fb827ffb4243c1c3c2e7b1478e175633e1844818c05ced0c69
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root 6a4eec2b7ae80b5c3d305fe2fc148f8ecc1f37684195b3d9a354c1c98432998a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,043
Size: 1.00 vMB
Total Fees: 0.01180730 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (757,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,890 155,890 0000000000000070ff8eb00b768ab916dee66473fc5494f738a01ed6acf99483 9 0.00 vMB 489
155,889 155,889 00000000000002a75933f2a99c396385e045cce5827bec5107b0f277a6c4f70b 44 0.02 vMB 45
155,888 155,888 00000000000007aed65e86ab032ee7612f9406c502cc309fdcad35e56b750898 13 0.01 vMB 36
155,887 155,887 0000000000000bc63798a0bae25006e9903cee01c779b890e2ffd81e46d1f7f9 13 0.00 vMB 22
155,886 155,886 0000000000000c3b76889f1adad0095755c6182be2592ef484b325c48af23bca 54 0.01 vMB 6
155,885 155,885 000000000000033da037aa6b3305a44d6821f7e83aaf4916b26b94bd96577336 26 0.01 vMB 44
155,884 155,884 0000000000000e17553a088011f6577fbaa9c3b8675062525d279bef071fbaa1 10 0.00 vMB 50
155,883 155,883 00000000000007ef74a1451cc99cd0b4f8e68d925dee667f24b97e8720abfbd4 39 0.02 vMB 28
155,882 155,882 00000000000008582224b20e5837b9d01b42095472bb394be7f877d4244c7c36 9 0.00 vMB 163
155,881 155,881 00000000000000d859cfb2479d790ff701a51310ee15e36d87b387fbf397be4f 64 0.03 vMB 65
155,880 155,880 00000000000007842a97b43c200341443703ec325b9c8ee4dc1b51cf3361590e 22 0.02 vMB 64
155,879 155,879 00000000000006ccb91e4694f6458af8fbec7d42d037b3bc5308db669a54c906 11 0.00 vMB 243
155,878 155,878 0000000000000c6ff995f2b432f03dae96bab21e7b55a11c9793f36135da422c 91 0.04 vMB 141
155,877 155,877 0000000000000a355031b704910156137fee6f68a9a65f1ba9966d7845593e24 33 0.01 vMB 395
155,876 155,876 00000000000005886c2cbb8146245b187bbe606a29e8d3d40cb1006261ebeb4b 11 0.00 vMB 15
155,875 155,875 0000000000000ce03dd13a217d26463f5e7e411a9866eee62ccaab5c6204b503 60 0.02 vMB 550
155,874 155,874 00000000000003d4c49c79240ca12bce038e213f717d74eb164039bab2c055b4 10 0.01 vMB 349
155,873 155,873 00000000000000bd769a50f2b36667ca1684c3ebf9731f9a7d9d81e474f0bafb 10 0.01 vMB 45
155,872 155,872 0000000000000bfdf6eecd8c3f13f73799581c7ef008bd6d9befa26f38d804ff 4 0.00 vMB 0
155,871 155,871 00000000000009d9538335c55d434d2635407eef66e0982584036472035584f1 33 0.02 vMB 128
155,870 155,870 0000000000000f2a635e0b7da4e94c20e747999e8802e1e90100a9021b722c0e 47 0.03 vMB 73
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 365.51 GB
    • Received: 1.76 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.