Loading Tool

Explorer IconExplorer

Memory Pool

74,260 transactions
28.89 vMB
0.07653996 BTC
Random Selection Loading Transactions
Max Size: 170.37/200 MB

Candidate Block

Mining Attempt cbbb02a2a4ed35cc6f1ab498b2efc8b482e9daedd1840b85938927b24935a7cd
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root c3583385ae7f4fb2415d989024ab7a21760a3a50951abe8b256fb4fdc4f7b0bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,114
Size: 1.00 vMB
Total Fees: 0.01673166 BTC
Feerates: 98.05 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (706,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,666 208,666 00000000000001adb95b14d3ffbd35fad93edf895454d2187af6919386a19fda 164 0.06/1.00 vMB 183
208,665 208,665 00000000000004830142e0b4d604b3f771ca01a0b72265d81daa3bd8ddca7fd7 136 0.05/1.00 vMB 163
208,664 208,664 000000000000003bffae829438f0db46bce89e83c8354ee81e88a64a8d525fc1 11 0.00/1.00 vMB 0
208,663 208,663 000000000000030d1c7bbf3efd09d78ad45d28027817c63401ee156f5d4ef71c 71 0.03/1.00 vMB 156
208,662 208,662 00000000000002a2327d07436a1560cc655233a04d33a9e15f02712c145e81a3 69 0.03/1.00 vMB 115
208,661 208,661 00000000000003a5d2cb3c7d4f3ca03044c8d5d8ee53dc40d93a261438d563f6 113 0.06/1.00 vMB 167
208,660 208,660 00000000000000b882dc03aecbc2fb59f84f0ed19e65591780536418cb41d8b5 174 0.10/1.00 vMB 82
208,659 208,659 0000000000000090aa64fa471cf3b72d57ebe9efa06600a0e007e4589fa9dea0 611 0.25/1.00 vMB 209
208,658 208,658 00000000000003895069a6d3a0457ce7866114d1f6bdcdc74885995276ce6ead 84 0.03/1.00 vMB 203
208,657 208,657 00000000000002c0673cad403dca26e33941d8bbe3245f7a7ea77a5217bebef9 238 0.12/1.00 vMB 127
208,656 208,656 00000000000001fa1dfe7a92785356a153d3b68452c85a2d05faced511d63544 126 0.04/1.00 vMB 216
208,655 208,655 0000000000000425f3b373e5be9c8ebe612b8dd6dbfeb5e3164c96e7a4680432 47 0.02/1.00 vMB 164
208,654 208,654 000000000000014dd39d186e4cf7057ae3a6c0c12445fb371492570a24449971 95 0.04/1.00 vMB 148
208,653 208,653 000000000000029f498e18c55738474aaeabb2df83d7ebed91137c70a53ce8d7 262 0.12/1.00 vMB 163
208,652 208,652 00000000000002a3e0d3f2ecf4629dede9023443f059ea35a9d8fc090992b15c 80 0.04/1.00 vMB 71
208,651 208,651 000000000000011586a705f2f4c3e7047d57d9fa8612f132b2c1ebc6bee7de19 451 0.18/1.00 vMB 209
208,650 208,650 000000000000027f9dd91127ed4ce8fe81b48c8a716f253b68db2bfa03a18d0a 79 0.03/1.00 vMB 140
208,649 208,649 000000000000001ca538d682d60aca44ce326d9b47957dc1eb4a5c8a0147162e 329 0.16/1.00 vMB 156
208,648 208,648 000000000000022e17290f759427f8e51b6a28603a723ae0ddf4ec67930fab3a 256 0.09/1.00 vMB 263
208,647 208,647 000000000000044c22cbcd8a3d2c7b9ddfb82144fb8eaddac2e64790ca0ae246 529 0.40/1.00 vMB 112
208,646 208,646 00000000000001c9e03bc80b99bb07533ce0d6d1455b62f3b606362368d1d4a9 244 0.07/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.33 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.