Loading Tool

Explorer IconExplorer

Memory Pool

80,772 transactions
29.78 vMB
0.07283969 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt f6c46dd7ddcd5f8496728cd5e714a2a8cb059e41846e297e19a1d9daac38d391
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2a112a3dcbaf8dbc1099373341e6d69e79ae7abdc44b55601ca7bea9853454f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,901
Size: 1.00 vMB
Total Fees: 0.01196602 BTC
Feerates: 502.67 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (99,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,808 815,808 00000000000000000003cd46a48c7d65450de3b5226dc30aa1464ffcd3ba3262 4,394 1.00/1.00 vMB 101
815,807 815,807 00000000000000000003faf6e2a5b4f4ece3ac0342ddf6a467ce4e815ffe70fc 4,345 1.00/1.00 vMB 114
815,806 815,806 000000000000000000010f017a8fc192f947d458c400878abfc8ba4ec1833f92 4,234 1.00/1.00 vMB 110
815,805 815,805 00000000000000000001fb9791fb0b408379728b4f5baf461d48e3183b56b98c 4,829 1.00/1.00 vMB 119
815,804 815,804 0000000000000000000028cf3f37570e363971e70ec5107ef0bb62f338736f5a 3,470 1.00/1.00 vMB 158
815,803 815,803 000000000000000000022ab23387944961a69167a7702ba52f9c5d048013d12e 5,377 1.00/1.00 vMB 101
815,802 815,802 000000000000000000039c981905f472dfe8fd39d2ba6e4708243868691c7823 5,459 1.00/1.00 vMB 103
815,801 815,801 0000000000000000000032ddb20eb83a6d4ec0a7c6d66ae62b4efb542c3fe689 3,492 1.00/1.00 vMB 109
815,800 815,800 00000000000000000002e9257792e7d8030517746ac15b28b05d420891dc8b6f 3,674 1.00/1.00 vMB 91
815,799 815,799 000000000000000000045240a048a263b1f2efa5db38924da9b379d4befe279f 3,464 1.00/1.00 vMB 48
815,798 815,798 000000000000000000023da83035b308bc47bfce97ad1ef3ede1517915f0a406 3,947 1.00/1.00 vMB 70
815,797 815,797 0000000000000000000350b81c473b8b56e0e1d06e4761c41a9ae9b2bbd3c899 4,552 1.00/1.00 vMB 48
815,796 815,796 000000000000000000023808e5ec3382f4ed9720fda9a14d08475d6b8fb66656 3,247 1.00/1.00 vMB 69
815,795 815,795 000000000000000000044a3bdb9516734b909cba6b5969d96bdafb4780218484 4,204 1.00/1.00 vMB 50
815,794 815,794 0000000000000000000171c5138ee1cc1d57ba58edb21605903f82855dfd96f2 4,099 1.00/1.00 vMB 56
815,793 815,793 00000000000000000003ff5d6f90b76570f0b7f154743c0d4b59d838948e7d2e 4,575 1.00/1.00 vMB 48
815,792 815,792 00000000000000000001c4b745ac2c36522465d03142d95b437c48fc7aa7c780 4,183 1.00/1.00 vMB 53
815,791 815,791 00000000000000000002dc8e016b77408225829462fda2d9f32c1ed316c67a24 4,544 1.00/1.00 vMB 39
815,790 815,790 0000000000000000000056cefe4f7c61ff37af7876781bd78942b48a7f82409d 4,273 1.00/1.00 vMB 49
815,789 815,789 0000000000000000000087f26d4e33805fd41d41877cfccb1ebaa704626290af 3,883 1.00/1.00 vMB 64
815,788 815,788 00000000000000000001269281fa08b1a473d44b3cb5ceae4a5b5ed059f932a2 4,560 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.