Loading Tool

Explorer IconExplorer

Memory Pool

39,601 transactions
28.36 vMB
0.06284374 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt 979deeb90bb095307d8a14d946a80322b3426cdb9b2c5576c717e72abe4ed9c4
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root b0c6cb796791e2723234a9b42c924386abd3ccb0a8afc665bfdd2a1adc954961
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,354
Size: 1.00 vMB
Total Fees: 0.00832072 BTC
Feerates: 89.40 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (243,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,368 671,368 00000000000000000002958a78bb4038b72cb1681aceab0fa17106b4e250a8f8 2,648 1.00/1.00 vMB 79
671,367 671,367 0000000000000000000bc4cffc4c24c18d790cbfeb44f05edf9c05bbbc27fb63 2,408 1.00/1.00 vMB 123
671,366 671,366 00000000000000000006e5aabf321bb44a0f408984d440afc31574eabb8d2466 1,636 1.00/1.00 vMB 97
671,365 671,365 0000000000000000000a7a34120b60e3551d16f2545e97c4c0bee6e6e8a5f447 2,934 1.00/1.00 vMB 143
671,364 671,364 0000000000000000000bb76b08d5232524f87fcf833bdc5474e10a974d232a16 2,839 1.00/1.00 vMB 80
671,363 671,363 0000000000000000000622dcf790d22e55dc4996af4a3ed482d7d68427eacec0 1,410 1.00/1.00 vMB 117
671,362 671,362 0000000000000000000c515348c3efd009e1762366e94e7d0c85e7a66687bd32 1,860 1.00/1.00 vMB 123
671,361 671,361 00000000000000000009de573d5b12c79af38e06876686af1837fd900e626632 2,292 1.00/1.00 vMB 129
671,360 671,360 0000000000000000000cccc08798876806a845b60f63b4f7c1d2dbcb28d41625 3,045 1.00/1.00 vMB 90
671,359 671,359 0000000000000000000034f6b916ce27fa0bff7df2433893557c5c20dc92a8d5 1,437 1.00/1.00 vMB 100
671,358 671,358 0000000000000000000a78b3a8c678f5771f5e77b692b6a7b92832538d9d6cb5 2,209 1.00/1.00 vMB 129
671,357 671,357 00000000000000000001842c20074e4400992df03283cd63c5eefbbdf33ce70d 1,929 1.00/1.00 vMB 127
671,356 671,356 0000000000000000000a3f94052c85010fd406adb9949eda3a1321f8ec3e45d1 1,472 1.00/1.00 vMB 110
671,355 671,355 0000000000000000000ad114560a80f8bcbae3eaada219949ebf26123ae28509 1,245 1.00/1.00 vMB 98
671,354 671,354 0000000000000000000b32eacb152cf9d2ffa947aab5392c8f7b58b280d93006 1,513 1.00/1.00 vMB 127
671,353 671,353 0000000000000000000826dddfbb5af894ef40723c8127a0efbb580e89aed852 997 1.00/1.00 vMB 123
671,352 671,352 0000000000000000000271062ead82b0b15cdbca682ca84ccf87c48d37c1279f 2,749 1.00/1.00 vMB 139
671,351 671,351 00000000000000000008acce00dda0644194e32e61e4e5fa8204ca657bb2b783 2,295 1.00/1.00 vMB 90
671,350 671,350 00000000000000000001c74ed98e430e54420acd380b2fe704007cfa2819c5da 2,120 1.00/1.00 vMB 115
671,349 671,349 00000000000000000000df47a27e8c32ec501c3068b72fd29dff27ca99ad850a 1,228 1.00/1.00 vMB 97
671,348 671,348 000000000000000000042683b81f1ca1ff7542ce85027ae60f108a03afc2cdbe 2,475 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.72 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: 629.86 GB
    • Received: 11.96 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.