Loading Tool

Explorer IconExplorer

Memory Pool

81,079 transactions
29.54 vMB
0.10442080 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt f83394951aa3e7213f4eec1ed7fa4dcba807d8aa8daf13c42675c72dc186e031
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root eb87085db7a34ff45a3cb598952b8f47c01dfd1bd15f88f5567d0668e8869dd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,191
Size: 1.00 vMB
Total Fees: 0.04225443 BTC
Feerates: 201.05 > 4.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (209,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,042 706,042 00000000000000000005231f666db334c39810c1b6e550e4678e8578f4b7c2c9 2,284 1.00/1.00 vMB 8
706,041 706,041 0000000000000000000cfc903c92e9d9f186c918843784fdc5ff244a232fb3a2 2,869 1.00/1.00 vMB 10
706,040 706,040 00000000000000000008892e97c50c4df3419f45c1f384fe9b9ac97a4c660bca 2,582 1.00/1.00 vMB 13
706,039 706,039 0000000000000000000080176cef567fc191c7bc20cf2e6b1e698491b9167400 3,231 1.00/1.00 vMB 27
706,038 706,038 000000000000000000024ffd420fe98a6e1e96d39637a1b14a277a4602e85f90 3,229 1.00/1.00 vMB 11
706,037 706,037 00000000000000000003848c65653dc5b702cb77f3c4d99ac0a11c8de8521d49 3,106 1.00/1.00 vMB 10
706,036 706,036 0000000000000000000be4382897d64c86691866b046310199f65e6f7e628f91 1,166 1.00/1.00 vMB 11
706,035 706,035 00000000000000000002147ae8463ba640aef883cb7ffdbe06ad0b9b922c9c34 3,387 1.00/1.00 vMB 13
706,034 706,034 000000000000000000064495d3ac3485b54659827570ccb2437b331cb7a2afdd 3,150 1.00/1.00 vMB 24
706,033 706,033 00000000000000000009b6116441a28711e9961cd0c15474e8153c6b1e71e773 3,280 1.00/1.00 vMB 18
706,032 706,032 00000000000000000008a7eeba463e0ef22f6b1079d437dcea558df82e11fce5 2,291 1.00/1.00 vMB 16
706,031 706,031 0000000000000000000200860915a952b2929553226afc8899c385a0994da8ee 3,257 1.00/1.00 vMB 25
706,030 706,030 0000000000000000000bdeac28560ae9b69e9344752e3bd5d41211a052310c6f 1,187 1.00/1.00 vMB 23
706,029 706,029 00000000000000000006d45721ace5eb55f08196cb38acc119954513cd372824 2,567 1.00/1.00 vMB 31
706,028 706,028 0000000000000000000308067d3699281a3bf769925f023ab21aff0a951396fa 2,143 1.00/1.00 vMB 13
706,027 706,027 00000000000000000000cd9c0ff20278cb2d3b0b0d7c75390e81d40b3c5f8946 2,432 1.00/1.00 vMB 14
706,026 706,026 0000000000000000000cf4e6cd892c820db707cc26fbcf58b5dd5f1c7cd97f3f 2,163 1.00/1.00 vMB 19
706,025 706,025 0000000000000000000313f46ce70c7c10061b96bccd833465e5908866255e86 1,299 1.00/1.00 vMB 18
706,024 706,024 00000000000000000006fdb99e1cb0e5631441e4ee5bd766a4acb6909d9880bd 1,806 1.00/1.00 vMB 16
706,023 706,023 00000000000000000000d0cff183ec7f62e106c4ff51dd0d4ee6c12058a7293e 1,993 1.00/1.00 vMB 18
706,022 706,022 00000000000000000007fc5e2a4c2e7c1f6e37a056515f33163710a5d5a346fd 2,857 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.