Loading Tool

Explorer IconExplorer

Memory Pool

81,623 transactions
29.66 vMB
0.08688130 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 36a49e3fac5ecc887890456e10c385a78bd54a0ac4f7ba23caa8ba64e41880f8
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 59d9715edd93ef57a1a6b09c7bcca30d4dc2ac9d555247c2abb5f65a7207da84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,202
Size: 1.00 vMB
Total Fees: 0.02436213 BTC
Feerates: 100.53 > 2.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (166,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,101 748,101 000000000000000000001acf67e12677556bed7a4432e64fa444fd18ef32fb42 2,766 1.00/1.00 vMB 65
748,100 748,100 0000000000000000000910d1327d3b19cc42352937dbd779bf4387c56c323dc0 2,335 1.00/1.00 vMB 23
748,099 748,099 00000000000000000002bbf5cf7ab8bad5c8e2185049d761c976ce1e8b977da3 3,058 1.00/1.00 vMB 32
748,098 748,098 000000000000000000089f3f20c2a460fc7848a28ed6cf3315904774121857d4 1,116 1.00/1.00 vMB 12
748,097 748,097 00000000000000000004585d2097b655577d0f63f388cebe460e65ac9ab00953 1,140 1.00/1.00 vMB 13
748,096 748,096 000000000000000000069f091ec2a23dc6ada4513e7dc273c54e008332b0eb16 1,960 1.00/1.00 vMB 8
748,095 748,095 00000000000000000001f17fffde1ec17c93ca6d63c3efb130ab3522f5e466a1 3,223 1.00/1.00 vMB 19
748,094 748,094 00000000000000000007834953932c61fde8efc79772f1ba06c3d31db1ac3ecc 3,021 1.00/1.00 vMB 22
748,093 748,093 00000000000000000006785e8b46b040f9f5d13865f989172bcb9420a12d2915 2,356 1.00/1.00 vMB 10
748,092 748,092 00000000000000000006d0e2311d1b8f03ae56c8f1c4b9af8f101cf795e659c3 3,599 1.00/1.00 vMB 15
748,091 748,091 00000000000000000000070b42459c427dc3339d107b92f16caf77553440bc90 3,106 1.00/1.00 vMB 33
748,090 748,090 000000000000000000038eca85b1645ce4aaf176dd541ec3c1e3563c809dd27c 1,149 0.42/1.00 vMB 14
748,089 748,089 00000000000000000002ee909f6647e2079cc44b8043c7695e3b3a7788288a4f 656 0.82/1.00 vMB 4
748,088 748,088 000000000000000000060f16de411d6c1fad4fc472292a684635a7d91364b4a6 2,344 0.99/1.00 vMB 10
748,087 748,087 00000000000000000003b67c14ab34e1da2b9da4b99a42630eedd849a8e69edc 945 0.46/1.00 vMB 5
748,086 748,086 000000000000000000021f323d17989ffd8bfa867f07e7d3d32bb415d71f38c9 2,183 1.00/1.00 vMB 16
748,085 748,085 00000000000000000002e8ddf3fcf8ce00ac0f92ce0eb8d60f36a7c31d15a7ea 34 0.01/1.00 vMB 8
748,084 748,084 0000000000000000000802b9c46ac4f98959820d73b6e75b1e31304699cfd80f 215 0.06/1.00 vMB 13
748,083 748,083 00000000000000000004259dee9c6aeb4fcb1311a56f3031f9126ebeebe98745 174 0.05/1.00 vMB 13
748,082 748,082 00000000000000000003be840e4897ee8a512065ad28b4ca96c7bc37d6ae3512 200 0.06/1.00 vMB 13
748,081 748,081 00000000000000000000426d9af5c1b3db2214ee6f388b2b569f2d4792031424 2,333 0.79/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.54 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: 669.02 GB
    • Received: 15.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.