Loading Tool

Explorer IconExplorer

Memory Pool

48,791 transactions
29.71 vMB
0.09221303 BTC
Random Selection Loading Transactions
Max Size: 158.21/200 MB

Candidate Block

Mining Attempt c24255b64068f3d0356ac85c3047f64348eefc682bdbdcb8b5f60e875c1c2b80
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 5f9f59bc7c25ee47b853630523c6a34bc453b420f8bbdbf35c09041803c3ce99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,039
Size: 1.00 vMB
Total Fees: 0.02956472 BTC
Feerates: 105.02 > 2.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (570,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,221 344,221 000000000000000005ccbe36b713f1712506e7948315f79987ea8aa834b4cb9f 1,645 0.75/1.00 vMB 30
344,220 344,220 00000000000000000d1bbbbf0ddc4a2f3e9809e94335b5421e81a3b9a57f11b4 253 0.14/1.00 vMB 23
344,219 344,219 0000000000000000025b50bcbb8792d87c5a1f798e0e771de72d2b90d875c596 274 0.14/1.00 vMB 24
344,218 344,218 00000000000000000c65444ff53028a0530878a684838a35730b68e3156d4580 415 0.27/1.00 vMB 20
344,217 344,217 000000000000000010a571d94065bba78db05fcbab9e08af832ac37591ec0ab6 97 0.10/1.00 vMB 11
344,216 344,216 000000000000000014f29b890df0d8903d5b2a72751d3ee091d9464c68992ad3 575 0.43/1.00 vMB 21
344,215 344,215 00000000000000000f15a6303c7628f41358040445b559e76fbbb85def8b7f8b 139 0.10/1.00 vMB 22
344,214 344,214 000000000000000004d5e9d35713b2f6df65a4bc7d106e1ebe2b768fbdf6f5bd 1,089 0.66/1.00 vMB 21
344,213 344,213 00000000000000000bf1f28958b4fcd338834dca1e7675282de4b5b72352cdf1 712 0.51/1.00 vMB 20
344,212 344,212 000000000000000011135f6026ef1e9cf92dfcdbaccd3554b5427ae07ad66c71 146 0.10/1.00 vMB 14
344,211 344,211 00000000000000001578b0b5e526558c6593c52af7212c82025abb9cc1e8d9b4 710 0.44/1.00 vMB 23
344,210 344,210 0000000000000000051dcaf9eb0d73343ea1cf8bdb0f2ff737e84faf7e3650f2 150 0.07/1.00 vMB 26
344,209 344,209 00000000000000000280900f2bd4bac992017bb2f5d013bde8eac3a48c9caa2a 208 0.11/1.00 vMB 25
344,208 344,208 00000000000000001837a3a7f60af65cd9786809234a2bc814151104d5429a6a 128 0.13/1.00 vMB 48
344,207 344,207 000000000000000006e45e3bf5049ff7847c647404668e90dddc99f4ddbe739a 442 0.27/1.00 vMB 38
344,206 344,206 000000000000000008faf19860166dddc90e9430949db01a4cd8b9b025f0c2bc 138 0.06/1.00 vMB 28
344,205 344,205 00000000000000000ab77d9626aab7c895f3a28f40931c00b6fb79edcbff79a5 64 0.02/1.00 vMB 30
344,204 344,204 000000000000000008cf74b35dc0238a3d8bbe1247ade8a9f55a5424373d025b 888 0.46/1.00 vMB 23
344,203 344,203 00000000000000000b9c8eea00e62b1a5f9a99c79d7da4a4765f6adaebd5d683 93 0.04/1.00 vMB 24
344,202 344,202 000000000000000015b566fb4d4538a4cdf32846d8ed18291053c9c3794154c4 292 0.13/1.00 vMB 24
344,201 344,201 0000000000000000043fde47bc57a0446dc2b8d498c219e1a7f0f02300b24bf9 15 0.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.