Loading Tool

Explorer IconExplorer

Memory Pool

82,833 transactions
30.40 vMB
0.14767240 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt 09166828f56d2b583b4905fec4427799ef515612d47d5e6bfa88d82597a40acc
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 855d30c65b595fc2e70c4afd0191c0b060c570563e59096119e2bda18dea9063
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.06665632 BTC
Feerates: 150.61 > 6.68 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (867,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,875 47,875 00000000363f359e08d9ebf34ebc233fabde0717037be0cd8930c75b2871c9fa 1 0.00/1.00 vMB 0
47,874 47,874 000000001f4b6adcb1480913cb31fbb76324a0ec708bde1ea222720ccf36f77d 1 0.00/1.00 vMB 0
47,873 47,873 00000000294cc36acda5596dded6befad50d8f352248b08a356fafb3d252319d 1 0.00/1.00 vMB 0
47,872 47,872 00000000121c5b938790c4da5d27d8a3da106b0f84e8d2c7d84c24ed3ba2bf12 1 0.00/1.00 vMB 0
47,871 47,871 0000000019bc60c570d0117e86e5727d99d1a633611d9c71761f470e70d75c14 1 0.00/1.00 vMB 0
47,870 47,870 0000000030819f41671ea3e87a0f8c8b9e1efb596303ab966f9a5d6d14e6b14c 1 0.00/1.00 vMB 0
47,869 47,869 0000000011eb46c5ee3d590cf5e2f13ffb38f3db795c4d787254dc31003fba46 1 0.00/1.00 vMB 0
47,868 47,868 0000000022c4d2b8cc72832753c34367dab39bc18b2c99a4ef0a8fa5ebaa8d3e 1 0.00/1.00 vMB 0
47,867 47,867 0000000032824ebb1774b46ae183704a1331395a297002838ee6d27b71d59af9 1 0.00/1.00 vMB 0
47,866 47,866 00000000363bb6d3414b586e9bf94ba37f8446d26067364cb2bcc59d740eccf5 1 0.00/1.00 vMB 0
47,865 47,865 000000000c70274bdf14310614bffcd4723c6881b27c8c252f62af028f281302 1 0.00/1.00 vMB 0
47,864 47,864 00000000170eaa8bf01034ebeeceedd442f4f3f85b827865a210a066d299ae4f 1 0.00/1.00 vMB 0
47,863 47,863 000000001ae3ce2e1cd1154cb78a04d140fcb1c4a1aea1411dc6c25e8de236db 1 0.00/1.00 vMB 0
47,862 47,862 00000000330af492f102ef52599240144f310fd731bbf608a5154ededcfb5fe8 1 0.00/1.00 vMB 0
47,861 47,861 00000000027c7204fbdf533fd349fbdcf5b89ce369a3894b13f9879cd3aa29fe 1 0.00/1.00 vMB 0
47,860 47,860 000000001e60a7a7462d908b1b537d3634ba09aecc6d8440c39bef6908a6ae42 1 0.00/1.00 vMB 0
47,859 47,859 00000000118ece39c1861ee98b27e9bbeb67af62c4f349bc0d1cd2933cfc9c11 1 0.00/1.00 vMB 0
47,858 47,858 000000002df16bd54dfb82d8dcd5fd6f6f96274000b0932dca9ecc7cec8dda62 1 0.00/1.00 vMB 0
47,857 47,857 000000000568c44fad315bc6cd8e914b090280380f9871205e98a9cb92b001cd 1 0.00/1.00 vMB 0
47,856 47,856 000000002a926e7a614faede426d0720fa9e6f477e423a844277a0416a2e617a 1 0.00/1.00 vMB 0
47,855 47,855 0000000001f4cacc135075efc45f9642a92ad26bfc130aa533036a189f6b9031 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.