Loading Tool

Explorer IconExplorer

Memory Pool

39,393 transactions
27.02 vMB
0.05391853 BTC
Random Selection Loading Transactions
Max Size: 141.15/200 MB

Candidate Block

Mining Attempt 4d78178695ab74d2add7ffe73f40d9b0f58db7c1a3ba6d2c0ef55b08106fce37
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 155fcdfdd04c2aa149164d95860c317d16fd3861fbe75f041561770b06d71f5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,855
Size: 1.00 vMB
Total Fees: 0.00384515 BTC
Feerates: 18.19 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (785,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,676 129,676 0000000000000937b362c8a8a1e0b511289fce50ba379150ebc641c58f8be38a 83 0.04/1.00 vMB 665
129,675 129,675 00000000000016b2a17f9fccb99b0b6830a88c4c8773b8b5a8b918e2adf48a21 19 0.01/1.00 vMB 1,471
129,674 129,674 00000000000002afb5674ea37bd25cd0de09e7256b4d3f55921b11b8f888e5f8 76 0.04/1.00 vMB 12
129,673 129,673 000000000000135f176036927bc5b62c6666b334f4706f1244cc6e95a5c106f7 27 0.01/1.00 vMB 1,641
129,672 129,672 0000000000000c3ce566f137362b800856f04f4686beb63d6882c57a84d6bdc8 47 0.02/1.00 vMB 854
129,671 129,671 0000000000000e5ec2d0369d920d279871f3b48ebf8d80dd44febd6ad451f0be 17 0.00/1.00 vMB 1,053
129,670 129,670 000000000000011f55c27ca2eb793d067be11d8d6fb1e7ba82130bd67013fb26 15 0.01/1.00 vMB 1,206
129,669 129,669 0000000000001d64a3d2af78ccac3e58f96b3658f58201f1a996378683680c0c 59 0.02/1.00 vMB 266
129,668 129,668 00000000000019d0e9109bf40dfdd36f71cfbb2ce7d561566a1856d66836f125 23 0.01/1.00 vMB 2,187
129,667 129,667 00000000000004076344a9610928a96feef3bfe3cc31489399c32773d9c56dba 76 0.03/1.00 vMB 684
129,666 129,666 000000000000092c7d3be8caed7693f43c1e587dcf2c44e3e247bb8cbc6edbe4 70 0.03/1.00 vMB 1,201
129,665 129,665 0000000000000957935bfb3216b41392a48da0eaf0e25fc33ed9c8747efa0774 95 0.03/1.00 vMB 1,930
129,664 129,664 0000000000000aab78dc5b79aea7f605e54eb042fb5f538de2a9ab93615d1448 21 0.01/1.00 vMB 424
129,663 129,663 000000000000113efe6607597bfc28eab0204a68934961fc226eb198101caf82 88 0.03/1.00 vMB 558
129,662 129,662 000000000000025a62288e91edabf33356176ae83cc13c845148a048d8a781be 49 0.03/1.00 vMB 966
129,661 129,661 0000000000000edae1f3ca22f7d507aa927330057bd409f72824108a2bc7b647 48 0.01/1.00 vMB 74
129,660 129,660 000000000000163d022a90de73e7f3fb56facc55a44b80ba9abda19cc338b75f 9 0.00/1.00 vMB 1,776
129,659 129,659 0000000000000aae803d09cc23badcd3866faa38ee524fbdf2d7c22d45ba664d 105 0.03/1.00 vMB 235
129,658 129,658 0000000000000a032dc42e1696fd7d57c73506a3f33025993276ad4eef873bd8 93 0.05/1.00 vMB 146
129,657 129,657 0000000000001bd8d0afd6fccf1733a5bc6339e8773f7d117d1b249194602026 88 0.03/1.00 vMB 2,043
129,656 129,656 000000000000192ad78549e0558ee1388b21ce369bb9e9a5dc2333069e3c0c04 16 0.01/1.00 vMB 1,391
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.