Loading Tool

Explorer IconExplorer

Memory Pool

23,155 transactions
10.14 vMB
0.02831250 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.02/200 MB

Candidate Block

Mining Attempt a4e081df4d6c949d7896c6ebedafd4b565e817c665b456e8d6d5cb42a981e7e2
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root ab33ddaa348a2544348258c5b384547399220b7052db2decbc5e51f0f4b90b3c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01192914 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (720,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,403 193,403 000000000000008334b5c01754f150928cf57cfb37a9c1a262c6429fdbac073c 71 0.03 vMB 36
193,402 193,402 00000000000006c08e000b5775858839e04e4df3bda25d9beae3ec75ee14bf36 565 0.27 vMB 122
193,401 193,401 00000000000003612d75e06e2b67824d508032ff541a67d6bd2eae03502577c1 541 0.21 vMB 154
193,400 193,400 000000000000043b3fc193ad9d9d31a1aaeef3328037c63fb10a6ac459f78159 125 0.04 vMB 141
193,399 193,399 0000000000000386fd3575c35a1eb81f8655858d27b2fb2cf1e88d8d51f2e56d 30 0.01 vMB 126
193,398 193,398 0000000000000398489f8344a2baaa8de53e86342e3ba07e46f72e024e407fb0 31 0.01 vMB 172
193,397 193,397 00000000000003522fcc7cd07573dce350fd55fa03058758532c9b2c12c0231b 125 0.05 vMB 221
193,396 193,396 0000000000000149a47e6bf24df0809e62d6ff36c1d9632f4b6b13d8f4f931e7 369 0.15 vMB 133
193,395 193,395 00000000000004b7c4d65c7eb1db32542e6840d1c6e7dfc57307d0b13745329f 111 0.05 vMB 223
193,394 193,394 000000000000027d5efadeb301ce132869eb791fbb790acf281a21946ff81727 9 0.00 vMB 44
193,393 193,393 0000000000000196f56ca2d78550d5beec26005e47a9c60c3dcfd76f9de53fd7 64 0.03 vMB 147
193,392 193,392 0000000000000029b1470fb5ef7b2729250e619fe66e6cbf61467d12d71d35af 64 0.06 vMB 131
193,391 193,391 00000000000003a4a6f60553e2a4a1224aadfdc9bf5ee445c8881e3fae3b6577 526 0.21 vMB 149
193,390 193,390 00000000000003691576477509891905967c802db7176d7b38d2162efe774b47 9 0.00 vMB 15
193,389 193,389 00000000000006ac0e4f08d1f8cb90cc9fdcb6dccad2b4aeaf6711519f3d6963 871 0.25 vMB 27
193,388 193,388 00000000000005b5c6d857f8dd1c693467cbb91cff9df15b729211386e4ed191 463 0.18 vMB 134
193,387 193,387 0000000000000025d0c87bca941797d7704e09b68ac731e1579b61c133768d6b 512 0.20 vMB 155
193,386 193,386 00000000000003237442bbb38b3f573855ec3691b8af103257e47dbec1cfb461 149 0.05 vMB 110
193,385 193,385 00000000000003f930e572e5ed6ccd15d9c09b9bb2792702e205288dcb78ff0e 322 0.25 vMB 96
193,384 193,384 000000000000016c3a71f80337aadb1d13b24b0235ab2643f0f93f7e156018b7 687 0.25 vMB 155
193,383 193,383 000000000000077f90f109d77d01c1c7182ae85071cca042c622ae1336b17167 140 0.05 vMB 85
Previous 10 blocks ↓
Total Size: 779.75 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: 379.28 GB
    • Received: 1.90 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.