Loading Tool

Explorer IconExplorer

Memory Pool

34,005 transactions
14.28 vMB
0.06214770 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.20/200 MB

Candidate Block

Mining Attempt 0849534aa73f9ba3706ffb0560c90d682dfbebc581d32e7c99e2b911b5bbb366
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ce072edc7a78833870680fbf2bfb761d0fb4d7cd84ddd56fb905adbdfa485570
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,009
Size: 1.00 vMB
Total Fees: 0.02085757 BTC
Median Feerate: 2.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (651,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,811 261,811 0000000000000009e12951c6006ce5c5615d675d31d583a47cf22966a7be1a79 36 0.03 vMB 92
261,810 261,810 0000000000000008d99ddd30ca9d4c0871d52d2dd08ad653d433e00fb015eea1 39 0.02 vMB 99
261,809 261,809 0000000000000003cf1f1f8a5d7eaafd1180703b6cba20c4319834aee1cde806 9 0.00 vMB 104
261,808 261,808 00000000000000019a319ae992854d6647d68329559e6a95b0d46a37ca360dc4 105 0.06 vMB 86
261,807 261,807 0000000000000010d66a68518721bc4a190fd6f43ec8f9e04670c5b984a9a4ae 109 0.04 vMB 106
261,806 261,806 000000000000001005a60abe2694c78f166920307093cd444f846ad1dfbfe933 27 0.14 vMB 6
261,805 261,805 00000000000000185d3a8bdf1b7b98b627e227d40f821bb19d8b64ba4bbb60d6 137 0.06 vMB 75
261,804 261,804 00000000000000072121db5f14cf0fecad18eb05c8f254140308bce1a59d00d8 35 0.01 vMB 39
261,803 261,803 00000000000000112a6dacb38d64559baf463d664db644bcbfb02466c2214ed5 525 0.23 vMB 101
261,802 261,802 000000000000000acbd6b10df68c72fa4c97b289f52b44a386e5cd27e34e4d8b 315 0.13 vMB 143
261,801 261,801 00000000000000010d4e4ef596c91ba10189e70abe93f6c47d06e85150804b01 266 0.12 vMB 111
261,800 261,800 000000000000000c815e1099554a7d4790664dbbbafa563b520a27b77d2e0096 15 0.01 vMB 84
261,799 261,799 000000000000001a7082a3ec4d58daf5799065097d4c3962c7f49d69d3a47448 33 0.01 vMB 90
261,798 261,798 00000000000000045550d322c2017f37b0646363ab21c10a708e17d7f7fe103d 5 0.00 vMB 160
261,797 261,797 000000000000000e3ba5d57f6667a22e46e049aa6000774c9ae528eb13ac8e27 45 0.02 vMB 74
261,796 261,796 000000000000000e601a11ce5c570d00b254684d417d6760bbeb4fd2d4141195 35 0.01 vMB 120
261,795 261,795 0000000000000017a9a2615396f75d71766be086a894c52fdf726468c4b3c252 203 0.09 vMB 131
261,794 261,794 00000000000000139db36c9c792813781434e07f31c09944815b1e505f7d8113 137 0.09 vMB 79
261,793 261,793 000000000000001b84b6b70e42c72e96107e60870c877a660fe786bf64f39f6f 87 0.05 vMB 78
261,792 261,792 0000000000000007cafd4f6515640286928226dcbd8af9e8a1743586247714e6 78 0.15 vMB 22
261,791 261,791 000000000000000ea690c677e913854b05943e28ef6788707c3f22213c7952af 19 0.01 vMB 48
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 146.95 GB
    • Received: 0.59 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.