Loading Tool

Explorer IconExplorer

Memory Pool

38,287 transactions
31.27 vMB
0.08582430 BTC
Random Selection Loading Transactions
Max Size: 154.81/200 MB

Candidate Block

Mining Attempt 28dbde9ec51ea149202f429909904896928c15d983f8cf86daa95de906f5df8a
Version 20000000
Previous Block 00000000000000000001a85c3c399f498d0bec2bc31fd48cfb44a2ea48876ab6
Merkle Root 8c6fa8b5ef50d5786b9c85803cad6335133f52dcd33a96a0e293ff3c966628b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.02168936 BTC
Feerates: 327.53 > 2.17 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,356 (278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,078 914,078 0000000000000000000151b8ea8a9648d88ef7d561cd589f502571e6e52f6bfc 4,143 1.00/1.00 vMB 2
914,077 914,077 000000000000000000002d2fd83e12dec723b50613edb1f2c9de85eda75296c9 4,397 1.00/1.00 vMB 1
914,076 914,076 00000000000000000000fbaad9f16bc7978d72de85be4a9eb66e0c3996fd14eb 3,963 1.00/1.00 vMB 3
914,075 914,075 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699 4,032 1.00/1.00 vMB 3
914,074 914,074 0000000000000000000127d575d890320be8b3a437df4cee5501850b9923f25b 5,109 1.00/1.00 vMB 1
914,073 914,073 0000000000000000000155474f2bda015ff2b2260b2571b811769b3f4a5558be 4,786 1.00/1.00 vMB 1
914,072 914,072 000000000000000000000d93113a181d742cf13434c0d39ca49418026ca8bfd6 4,883 1.00/1.00 vMB 1
914,071 914,071 0000000000000000000150d5b9ae0c2bc893cb643ecec06fab04dfd0c36b9eaa 5,401 0.91/1.00 vMB 1
914,070 914,070 00000000000000000001f5cc7452640e01532885211b51ee9053361cf58ff743 648 0.21/1.00 vMB 1
914,069 914,069 000000000000000000019e3154b997e2705c7122454a2090e607bdd68f45c5ee 2,892 1.00/1.00 vMB 1
914,068 914,068 000000000000000000007dae9b7e7e1d00da353eb04587d7b003687d74a0a2f4 3,582 1.00/1.00 vMB 4
914,067 914,067 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf 1,391 0.40/1.00 vMB 20
914,066 914,066 00000000000000000001950086e2b3b2d83070cb1df46ccf3007fe81cca8850b 4,286 0.91/1.00 vMB 1
914,065 914,065 0000000000000000000053e645d3d3b7f69ebd2521f923d0b269c29a1b4fdcd3 4,015 1.00/1.00 vMB 3
914,064 914,064 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010 3,386 1.00/1.00 vMB 5
914,063 914,063 000000000000000000006a02b0ffff3a8d99676c8342137c4c400feca040f2a1 3,921 1.00/1.00 vMB 4
914,062 914,062 0000000000000000000076f3e8a0c9726c2b58bcccaec69b14ce877eef943628 3,499 1.00/1.00 vMB 2
914,061 914,061 000000000000000000006d024a28b34728896b2abc8df34e7e010b387978fe7f 5,840 1.00/1.00 vMB 0
914,060 914,060 0000000000000000000057a50e6b0921f744de251ee73d9eeeb42c1a8c43aa56 3,997 1.00/1.00 vMB 8
914,059 914,059 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c 1,344 0.40/1.00 vMB 1
914,058 914,058 00000000000000000001e70d7bd534e49d549bb5efc977d509e1d27a609883a8 3,573 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.23 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: 589.10 GB
    • Received: 9.57 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.