Loading Tool

Explorer IconExplorer

Memory Pool

89,003 transactions
33.43 vMB
0.08434539 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 1325e3419d6bd6fdd68c97f47906a93ca612e61857d744324904e1dd6d76a5ed
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root c9390a55909a16d98b85187fd5f0a9070e8b08207328925a3caefd66d3d1fefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,735
Size: 1.00 vMB
Total Fees: 0.01771275 BTC
Feerates: 502.65 > 1.78 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (249,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,374 665,374 0000000000000000000b3074c7cb8e432be5db5aff899630e2391ea223069145 1,983 1.00/1.00 vMB 30
665,373 665,373 0000000000000000000496c397ffdf8b20852a1c65348e00d6b70ac532f93acc 1,637 1.00/1.00 vMB 18
665,372 665,372 000000000000000000038be25434eeb0a039570832d1072fe92f369ad75dce4d 2,080 1.00/1.00 vMB 58
665,371 665,371 000000000000000000052142c6439792e3b01fa61904f5774e05ecab61e83a9c 2,262 1.00/1.00 vMB 15
665,370 665,370 00000000000000000007cc6f90325d941b9957e185b17e8e8384707090db17ef 1,678 1.00/1.00 vMB 22
665,369 665,369 0000000000000000000267af6b6e9cdeb5c89a2672086e7d73171fb26068357a 1,831 1.00/1.00 vMB 71
665,368 665,368 0000000000000000000541a910624c40cec96c823d78f0c3d49e68d2c8df1752 2,861 1.00/1.00 vMB 81
665,367 665,367 00000000000000000009475315532f65460eeaf7d7f7e9fad998c3996fd7a0cb 2,502 1.00/1.00 vMB 59
665,366 665,366 00000000000000000001c49986fc8aa30fe1f06f468a56fb2af3f29c5af1b175 1,540 1.00/1.00 vMB 20
665,365 665,365 0000000000000000000097e9159b5cf374db6e8e11f6c5f451ab86390d58c824 1,501 1.00/1.00 vMB 30
665,364 665,364 0000000000000000000b0e5eec04d784347ef564b3ddb939eca019a66c9cedbe 1,156 1.00/1.00 vMB 34
665,363 665,363 0000000000000000000c1eb6da67cf140e21c29ecb760fcb4f61781e3a7d8aea 1,015 1.00/1.00 vMB 18
665,362 665,362 00000000000000000008ebca9e4d528f653d8226ca83ddbdcb41f93272a522c9 2,312 1.00/1.00 vMB 74
665,361 665,361 000000000000000000010b2cf32cdcc2f7669b6f587541dd430f4c99c9ddddf1 1,807 1.00/1.00 vMB 48
665,360 665,360 00000000000000000004478b792b36e692a93d61b8a298da32adec7ffe96f0ef 1,881 1.00/1.00 vMB 18
665,359 665,359 000000000000000000058277a6ad6b20e7c0e40039cc127013b9ec78c3cf38f8 1,781 1.00/1.00 vMB 35
665,358 665,358 00000000000000000009a2a303dc09cf54fdc5f61767ca3a5e28f87fac4094d2 2,201 1.00/1.00 vMB 100
665,357 665,357 00000000000000000000de313796df16ef4789fc6b7704e2a7e667225dc77b42 2,090 1.00/1.00 vMB 58
665,356 665,356 00000000000000000001b1f1d934d0cc4d936e47292574fcf030e2bb364f13f3 2,317 1.00/1.00 vMB 69
665,355 665,355 00000000000000000006833f3db67898d0beab11f8de110490ab1ad134ba0930 2,009 1.00/1.00 vMB 35
665,354 665,354 000000000000000000054f2ba4109e5f3ce8b66eebc3dc5f6f178468dc9365e3 1,450 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.51 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.