Loading Tool

Explorer IconExplorer

Memory Pool

42,215 transactions
30.77 vMB
0.07497488 BTC
Random Selection Loading Transactions
Max Size: 156.27/200 MB

Candidate Block

Mining Attempt 3992e94c786ecd0aff1b861a82251622cefb8f0f994cfb871ec167f35a03a88d
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root df9ed73c6756abd25718f93f8bb4ca7da369da252d2c438de9cf6371da4b0331
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,277
Size: 1.00 vMB
Total Fees: 0.01320405 BTC
Feerates: 73.20 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (811,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,566 102,566 000000000000152b73497d878389df7312af3a292f606f53c75c00cf82d11f2f 2 0.00/1.00 vMB 0
102,565 102,565 0000000000027a6d9973b8071cf4d2742bff8b71f16c4e90d8d19936ebb38229 5 0.00/1.00 vMB 0
102,564 102,564 0000000000026b161041660a8c58853733ec7fa3b37cc2080fe2d5d0c8d5b51e 13 0.00/1.00 vMB 0
102,563 102,563 000000000001258e6073648fb58404b42cdca7895e4639a723135c527492dd97 5 0.00/1.00 vMB 0
102,562 102,562 00000000000205168901e290c9e4440a57be0d31bdf042ca3e9e668aec2f8de2 1 0.00/1.00 vMB 0
102,561 102,561 000000000000a6a00272b2322a1c52ee28c6e197ded732315fa5a14e8b795187 1 0.00/1.00 vMB 0
102,560 102,560 0000000000024d1fe2b0cb1471affb7529a8421d838f17263b6819bf31f057a1 4 0.00/1.00 vMB 0
102,559 102,559 00000000000040aacca4efdce9d0c18652a2d87237b9a4a0c3f1c7c6411e9096 24 0.01/1.00 vMB 181
102,558 102,558 00000000000025a04b7759c4a24b2f58ed060c5577ed5eff176587a68338f953 1 0.00/1.00 vMB 0
102,557 102,557 000000000001539085eb9109e18c9a6e4b0586d824acdaef54fcdd3f995280c3 1 0.00/1.00 vMB 0
102,556 102,556 00000000000194dd428f6a6eec724749d8268c5d4ef921b5120ee99204c56748 4 0.00/1.00 vMB 0
102,555 102,555 000000000000e02a4880d0e5e363685a81fb040a39f7dfcd8fd728f6c4cb75f9 3 0.00/1.00 vMB 0
102,554 102,554 000000000002013a6a34709355648ab224eaff8fd7b5be9367838e772447e71a 1 0.00/1.00 vMB 0
102,553 102,553 000000000002c8006711a6be89e2d3c4e2fb004d8ee67ca916c96a661a021c0d 3 0.00/1.00 vMB 0
102,552 102,552 000000000000cdb619acacf67c611d6a15e234d22a7b14e50b0386515c080266 1 0.00/1.00 vMB 0
102,551 102,551 000000000001a68fcd0ea6a84a6f17419d878db86eb4b237fcfb831d8b0fad04 1 0.00/1.00 vMB 0
102,550 102,550 000000000003fd39df8bce62083339b5cba33cf94b5636c7df24327401cd7854 10 0.00/1.00 vMB 0
102,549 102,549 000000000001ef1c78218e39dd251d1c226304babd5f20c0018b37c74e827412 16 0.00/1.00 vMB 0
102,548 102,548 000000000002f0782a3fd3b6826553cb5358ce26d6fee02e5e940d776548c842 1 0.00/1.00 vMB 0
102,547 102,547 000000000003f625765ca93ef9493bb223453aec583a7e42ea1b4242b9ef36ef 1 0.00/1.00 vMB 0
102,546 102,546 0000000000008b12de4e126394ff31f87b16edfd17aec890373220cf340db122 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

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