Loading Tool

Explorer IconExplorer

Memory Pool

81,351 transactions
31.19 vMB
0.09347437 BTC
Random Selection Loading Transactions
Max Size: 188.14/200 MB

Candidate Block

Mining Attempt 2842bc6c8c1a9452cebfe0efb9133fd327aa4ce641dc9996f8205749e36bb402
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root b08427c1f0e8fee6710129e48a9e3fa7aac9956dfe1045be3f2b96b0c6bffca9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,484
Size: 1.00 vMB
Total Fees: 0.02013282 BTC
Feerates: 45.88 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (276,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,174 639,174 0000000000000000000ac8d2d23d910585ca64f0c6620813261cc6d2c891bc2d 2,560 1.00/1.00 vMB 31
639,173 639,173 00000000000000000002e94b17ba00834373b2e306255393c0ecfc095e9f6aaa 2,135 1.00/1.00 vMB 20
639,172 639,172 0000000000000000000f63c42055cd197b3cc1a888671536972e6ef0d002901c 2,369 1.00/1.00 vMB 27
639,171 639,171 0000000000000000000693ea91444b229e6aa6b126749bef3549738848c94507 2,451 1.00/1.00 vMB 31
639,170 639,170 000000000000000000088781c74b4b2693225c1288b81351a553633ce8297e70 1,794 1.00/1.00 vMB 34
639,169 639,169 0000000000000000000ebaa7f57f172bc9abc5fd2646cf23b575ec89543567af 2,877 1.00/1.00 vMB 36
639,168 639,168 000000000000000000056311e304c374a10079dc3697b5898433699cae5c5650 2,170 1.00/1.00 vMB 45
639,167 639,167 0000000000000000000eeb19e7ff55da3e43fcf470aa4b383a363de2e63d3751 3,168 1.00/1.00 vMB 41
639,166 639,166 0000000000000000000207778e685879c21e40f99a1bc589b506522620f75d98 3,021 1.00/1.00 vMB 69
639,165 639,165 00000000000000000009bfba0da8e8f4086df4ff546c15aca0183ddacd50d5ab 1,951 1.00/1.00 vMB 24
639,164 639,164 0000000000000000000e4573066b384fd5a403860202c6ed7b14472ca0917b63 2,389 1.00/1.00 vMB 24
639,163 639,163 00000000000000000009451cd6e5be8f5ae96d19184b7db9f97613f8185e4548 2,502 1.00/1.00 vMB 20
639,162 639,162 000000000000000000021cd2766946685f4c0bcc8a13acf551cdc3b9a6a42e8a 2,928 1.00/1.00 vMB 42
639,161 639,161 0000000000000000000d6ff91afff109676f3a14ea68a2538e8975f571cbb7f3 2,008 1.00/1.00 vMB 26
639,160 639,160 0000000000000000000f937c18415d1a80eafc8b2b97a0fffd1ae5cf221eabc1 2,608 1.00/1.00 vMB 45
639,159 639,159 000000000000000000056d9769898d2b71c8537ae035853622703e434e7aa982 2,877 1.00/1.00 vMB 26
639,158 639,158 00000000000000000006024cc4f8d1d3f68038ad7f38d90328299cf8d7a1a5f9 2,892 1.00/1.00 vMB 30
639,157 639,157 00000000000000000008386b6da661fd4678239be0b0e5047b5c158d8a361f77 1,281 1.00/1.00 vMB 34
639,156 639,156 0000000000000000000327f14c68d658b915182dd6120a2130b38a5a0bddb6ec 3,080 1.00/1.00 vMB 46
639,155 639,155 00000000000000000008060d09d3a1ba706ff4e1a840792b537e6bd9278f1942 2,618 1.00/1.00 vMB 45
639,154 639,154 0000000000000000000700fbdacf7d6d4b3e80a4c314cd8b8837cd0efa20295c 2,085 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.