Loading Tool

Explorer IconExplorer

Memory Pool

25,019 transactions
21.83 vMB
0.03018898 BTC
Random Selection Loading Transactions
Max Size: 117.47/200 MB

Candidate Block

Mining Attempt c640f40daff07847dd6dcb8b4ea23cd094c26de80d4f1c0303edfa521f4ae813
Version 20000000
Previous Block 0000000000000000000107c4bb746b16eaf1b7cde2827574de83b84d5823dfa0
Merkle Root e6ab75d2819e3ceb7556ed4c121f90525c1af6e7929268ca579c06804a590a77
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,198
Size: 1.00 vMB
Total Fees: 0.00594111 BTC
Feerates: 60.13 > 0.60 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,291 (98 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,193 941,193 00000000000000000000be1a0f4b5f673207ff8a432e4630ec5e47d5e00b5abe 4,161 1.00/1.00 vMB 3
941,192 941,192 000000000000000000010b2795c664bb5ad88acf063687ff117dc641be9c85fa 2,987 1.00/1.00 vMB 2
941,191 941,191 00000000000000000001aa14a528935450d363650aba644c17f6e743250b858a 3,358 1.00/1.00 vMB 4
941,190 941,190 00000000000000000000f6aac82c794e449a22336b7fbaa18b14278e2049a32d 4,337 1.00/1.00 vMB 4
941,189 941,189 000000000000000000006da1c8d40abd2e46eea578f8901535aea7119e60b46c 3,816 1.00/1.00 vMB 9
941,188 941,188 00000000000000000000dc1c770c260e6ba5ab88cbdb958a810832227aef332e 3,571 1.00/1.00 vMB 7
941,187 941,187 000000000000000000004bfa92ecb651f3fab4e57c5ea57e46c8f49a3dfaea25 3,773 1.00/1.00 vMB 3
941,186 941,186 00000000000000000001d6f717b9eb060a4dbd8de5a58c97e0d181159cb7246d 3,237 1.00/1.00 vMB 2
941,185 941,185 0000000000000000000159ef98d130eba5cbeb2611b5a57525422aaff84e3229 4,333 1.00/1.00 vMB 0
941,184 941,184 00000000000000000000a4912daedde308a5f4cb054ef12d9a1ec7ad0a3b33e6 3,403 1.00/1.00 vMB 3
941,183 941,183 00000000000000000000764a65e54c368f3bebf907f2500ba9dc8632ce68b705 4,884 1.00/1.00 vMB 0
941,182 941,182 0000000000000000000085d658f3ec1fcf1785c881d5b4feab1639995f550c55 1,445 0.83/1.00 vMB 2
941,181 941,181 0000000000000000000020eceb0622de739a56d395e5c264cfca2cdac99531f8 3,669 1.00/1.00 vMB 1
941,180 941,180 00000000000000000001a310b7cdfed92eaaed68c26c97e864528c8de78e96d9 4,430 1.00/1.00 vMB 0
941,179 941,179 000000000000000000003a0ac29dc00293263a08d3957210261fd53719c1f0b8 4,244 1.00/1.00 vMB 1
941,178 941,178 00000000000000000001228ae0742e94e130fcbd0ee69194272bc3e2ec1a98f4 2,046 1.00/1.00 vMB 2
941,177 941,177 000000000000000000005c2eb0998e43c674cc306fe8e0d5c70653f4f4f45e5d 929 1.00/1.00 vMB 2
941,176 941,176 000000000000000000002fb03c8cd8524da1934079ea02257cc07a9ed9c528bb 3,201 1.00/1.00 vMB 1
941,175 941,175 000000000000000000003a3fc418595fad15b1a6e5dabc64f1622842c6f2cf13 1,673 1.00/1.00 vMB 2
941,174 941,174 00000000000000000001d7c618b888ae5b3426bfded19710ad626406fcd46ab2 1,373 1.00/1.00 vMB 2
941,173 941,173 0000000000000000000077b8eacf1fb5c3c50855c9485bdc12c5a5dc2768e321 2,388 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 829.06 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,627.04 GB
    • Received: 250.22 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.