Loading Tool

Explorer IconExplorer

Memory Pool

82,084 transactions
30.21 vMB
0.11084466 BTC
Random Selection Loading Transactions
Max Size: 183.01/200 MB

Candidate Block

Mining Attempt edbff2f00a44df2ee15b9e725a263098f6d8ef89e629d8fcff4c7a417951dbf3
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 95293b0b764c1d8318799a31eec29f8d909728e8507a4c055676f17df4fea7c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,071
Size: 1.00 vMB
Total Fees: 0.03635911 BTC
Feerates: 90.00 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (120,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,244 794,244 00000000000000000004d2b540f390927b891a95c3e5879ff4af6b930ce1f1d1 3,069 1.00/1.00 vMB 20
794,243 794,243 0000000000000000000536a27d463a98cec069c06be46bd1883f5885572b431c 3,016 1.00/1.00 vMB 18
794,242 794,242 00000000000000000003fadafd78f204fc3e64030d198d542af6d58d05165074 2,793 1.00/1.00 vMB 18
794,241 794,241 000000000000000000020dba04cb63125ca71ee13cba035dfab4e92b3fa46925 2,511 1.00/1.00 vMB 12
794,240 794,240 00000000000000000000b7af4f3a7b4e4ccbb600de9debb2d1b8369507c4f723 1,869 1.00/1.00 vMB 15
794,239 794,239 0000000000000000000579d23dbbd59d50e5626de94c4dcea0e6aa7cd44c775f 1,726 1.00/1.00 vMB 19
794,238 794,238 00000000000000000002e06cb331192106325854050a0e564881d1b73b644eef 2,004 1.00/1.00 vMB 21
794,237 794,237 0000000000000000000473b1f7de40c6dc779dee85778c76f27d5f283de2648e 1,512 1.00/1.00 vMB 19
794,236 794,236 0000000000000000000360dd1bef618be0276cf3b4c01feaeba62c996a183cc6 2,119 1.00/1.00 vMB 23
794,235 794,235 00000000000000000001da326989128aa00f2a14e0c40f4d08947cc118726051 3,138 1.00/1.00 vMB 29
794,234 794,234 00000000000000000004595c1fa714f44ed7156eae5b9dc1b68dbccde63dd19e 2,615 1.00/1.00 vMB 24
794,233 794,233 00000000000000000002afb49b40f6d1c75730a2cb3c94aab240c7be6c8a89a7 2,127 1.00/1.00 vMB 28
794,232 794,232 00000000000000000004183deee54286938d5d86c0dc87336a7c7b182703243d 3,488 1.00/1.00 vMB 36
794,231 794,231 00000000000000000001fb3d5920850ca5848efa7b0b257ba3dedd99b239547f 3,187 1.00/1.00 vMB 27
794,230 794,230 000000000000000000055129ab3d4822466409fa35fe41ff29fc340ac0c66802 3,051 1.00/1.00 vMB 45
794,229 794,229 000000000000000000045e3810b6bb77fd2f0097a719c9b76c85a3abbadfe54f 3,588 1.00/1.00 vMB 38
794,228 794,228 000000000000000000048d65b3f0ec08e6a58cb8419e5fa17a31a37a62364fbb 3,631 1.00/1.00 vMB 36
794,227 794,227 000000000000000000010c3af94fcc5ad5870e9c83a9e3e342ae45d8a1f2e120 3,705 1.00/1.00 vMB 40
794,226 794,226 000000000000000000053d74dfc97a9c4aa80d2a9541d046263d71514cc22b91 2,354 1.00/1.00 vMB 36
794,225 794,225 00000000000000000004cafc9c552a01b7ed5b328e944d59bf6fe1fb877ae07d 3,075 1.00/1.00 vMB 53
794,224 794,224 00000000000000000002d384b10473228acda53b53d9d71604107b5b1b61a97c 2,173 1.00/1.00 vMB 41
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.