Loading Tool

Explorer IconExplorer

Memory Pool

76,047 transactions
28.39 vMB
0.06847089 BTC
Random Selection Loading Transactions
Max Size: 171.97/200 MB

Candidate Block

Mining Attempt 578b087d5ce3a85a2ac7887589ebbfe57cc8867835de4646220c17fdcc2926b8
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root ffb9f988405d30abfeff7adf9fdfeca96c892d049c1eb6af1a2ff47a6d4a8acc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,863
Size: 1.00 vMB
Total Fees: 0.00968870 BTC
Feerates: 178.73 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (310,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,229 604,229 0000000000000000000208829182896a042a0a75bee884aff62115e52e2e5ddb 2,244 1.00/1.00 vMB 13
604,228 604,228 000000000000000000009a569ab27d6ee3f4c90ee919cdd54c2027c8e213adbc 2,679 1.00/1.00 vMB 13
604,227 604,227 0000000000000000000b4589e1f43a864fa01ec35535f5639a1fafe63ef62d6a 1,831 1.00/1.00 vMB 5
604,226 604,226 00000000000000000012e6b7ea6cbae97f38c2bbf7481fb7a2512d9e7e21e4e8 3,025 1.00/1.00 vMB 22
604,225 604,225 0000000000000000000a81537193e736986fc5a67986f86c0e7f0b4e49a60de6 2,393 1.00/1.00 vMB 15
604,224 604,224 00000000000000000015f36e6c3f61ec95a24e67847c8a76e75a6c6c65a3931c 1,573 1.00/1.00 vMB 2
604,223 604,223 0000000000000000001325962cebaa925d66a368c3ebeeba7ce24c9eb518d328 2,828 1.00/1.00 vMB 24
604,222 604,222 00000000000000000002a757cfe3262499aa8c912f239310c05f1fcf50893c5e 3,074 1.00/1.00 vMB 15
604,221 604,221 0000000000000000000ab83596b2b541735a437577ea91504c46f9ba86f2038c 2,432 1.00/1.00 vMB 11
604,220 604,220 00000000000000000006dac08c7b92ba90550c94b69950cd60599534e2bc5fad 2,566 1.00/1.00 vMB 38
604,219 604,219 000000000000000000002e777004b53b35f564eb55fc8197fcf55a38682e6d6b 2,913 1.00/1.00 vMB 21
604,218 604,218 0000000000000000000584d3affae8c49fc4a29a87875e9f90e68f3964a4521b 2,806 1.00/1.00 vMB 18
604,217 604,217 0000000000000000000202efb56f846466015adda2cdf6360f793accd0c72071 460 1.00/1.00 vMB 5
604,216 604,216 0000000000000000000c3d857b1694f23f59fe0281dc7588ac8113aceafd4ea3 1,777 1.00/1.00 vMB 7
604,215 604,215 00000000000000000012ccd3b3d239faad9fd80b0feb9e0a6821064c89d7533f 3,285 1.00/1.00 vMB 31
604,214 604,214 000000000000000000159fc98454390a77c589a2ad47418785b3964614feb2c9 2,037 1.00/1.00 vMB 2
604,213 604,213 000000000000000000087dfa4e941b19a6daab93e76f41bc1176dbb6a5d1e1c8 3,044 1.00/1.00 vMB 32
604,212 604,212 0000000000000000001256f94a545b3204e3d7edcdd0639a71ca7ff193e4ef6a 2,783 1.00/1.00 vMB 17
604,211 604,211 00000000000000000014ace384c86de678237b202240c5145b6a97c6881caf71 2,736 1.00/1.00 vMB 23
604,210 604,210 000000000000000000024b92fa9c83db0bbd19f25756a9f5a1191e2452ac105f 1,610 1.00/1.00 vMB 16
604,209 604,209 0000000000000000000b6be780f0008d23d55f8a0039daf80f82983fee81dd1c 1,978 1.00/1.00 vMB 11
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.10 GB
    • Received: 16.14 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.