Loading Tool

Explorer IconExplorer

Memory Pool

16,969 transactions
11.17 vMB
0.01727632 BTC
Random Selection Loading Transactions
Max Size: 63.52/200 MB

Candidate Block

Mining Attempt e6e7cc15e9338821d479cd824c9a7fb0b9fb75b98f80127da598e38f1c711049
Version 20000000
Previous Block 00000000000000000000ebc903113f0c6c2cb5691da5c2b8222c2cf73c0229d4
Merkle Root 6ab711cbb5c71b54a9216d05c271c603277de565a3ba70341166072c171cdd32
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,952
Size: 1.00 vMB
Total Fees: 0.00636552 BTC
Feerates: 56.50 > 0.64 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,702 (811,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,682 127,682 00000000000016d0968f2c1a6a13b7164a29ccb9d965970045b69a7d73bc8c65 5 0.00/1.00 vMB 1,213
127,681 127,681 0000000000001ad2d527dcc02b769c96a4a93073183a57476f68a71cd0633763 28 0.01/1.00 vMB 924
127,680 127,680 000000000000214d1d845ae83055bb6cb0a3905d9c2a0e33726071ae4323b14c 17 0.01/1.00 vMB 1,134
127,679 127,679 000000000000220440120f33975517834739954ee6185c539cb40da4a713cff5 63 0.02/1.00 vMB 5
127,678 127,678 00000000000025910ce200a03bc1877f51104cfcf913f2c627dd73b0bcbe9dea 38 0.02/1.00 vMB 864
127,677 127,677 0000000000000880e4293cf66d65f8148bf40c70c24da8fd229c236c1beced28 89 0.05/1.00 vMB 1,235
127,676 127,676 0000000000000946d40831dae5cb5d499e256f49f9bbbb2051dfb546ea7ec6b6 18 0.01/1.00 vMB 409
127,675 127,675 0000000000001153d822fd9f4eb940d9fbe20afee258eddf6cec3324654f0270 7 0.01/1.00 vMB 1,569
127,674 127,674 00000000000015d98ceeaf71ae4cbc6f2acf1a99ef826cb8d524bfea8b35d03b 5 0.00/1.00 vMB 962
127,673 127,673 00000000000002b68f3e70e3fdda532c192114cb0afa1625eddeeaaaf3a39781 108 0.05/1.00 vMB 283
127,672 127,672 0000000000000f4ea9df46abefe2c92b2dbb4076ab2b71a7e54a3abe44f92b19 33 0.06/1.00 vMB 1,422
127,671 127,671 00000000000001e1cf2bc3815b8be89c533c9372bc67d2cca48683ca4d0cbc19 4 0.01/1.00 vMB 121
127,670 127,670 0000000000001111faef89847ed9331769adeebf64128e6f055f4ce02f72db49 66 0.03/1.00 vMB 495
127,669 127,669 0000000000000f683d924d6644bbdbf5066bfc8c50e60f254a8ae1ec11f9112b 6 0.00/1.00 vMB 424
127,668 127,668 0000000000001828540d5d540b3ebf5c315520568a23484be3ef664da5048aac 12 0.00/1.00 vMB 16
127,667 127,667 000000000000043c83836c161cb55dde4cce38533fe34bb5e3e643330c889749 15 0.01/1.00 vMB 781
127,666 127,666 00000000000020d2e1effbb1bb7d8065af6f90777eb31e26e1d45cb8ed15ab74 19 0.01/1.00 vMB 1,713
127,665 127,665 0000000000000805e936389822b29430160bf40ea8c0cc53a7494637832f75d6 35 0.02/1.00 vMB 1,362
127,664 127,664 0000000000001c5fa98daa2a8d9b7200cabbec953c160cc5db2642257cc9f5f0 14 0.00/1.00 vMB 1,598
127,663 127,663 0000000000001fa22c3635e951ec60ad9c0b68c2b1d529635611a8513ac39e3b 78 0.02/1.00 vMB 190
127,662 127,662 00000000000015c9c30f54e3d35aa7c8651c4ee445ad3ecf4810c942459c4c8d 40 0.02/1.00 vMB 785
Previous 10 blocks ↓
Total Size: 824.37 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: 4,141.50 GB
    • Received: 228.54 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.