Loading Tool

Explorer IconExplorer

Memory Pool

81,773 transactions
30.09 vMB
0.09554637 BTC
Random Selection Loading Transactions
Max Size: 181.64/200 MB

Candidate Block

Mining Attempt cf8fdb02873841296437330a474a3f3862fb3d09065ffad887be05e02e3d7d3b
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 33d586c0fb9f68569bd70c6b6413bfe26cd270eda35464decdb5f91c912cae8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.03404161 BTC
Feerates: 526.32 > 3.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (230,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,413 684,413 000000000000000000042309060e8ed15de29d659f7d2a0c2f47faea432d94cb 2,558 1.00/1.00 vMB 121
684,412 684,412 000000000000000000080c43805f6233c26a1c50a8fad3a3b65319935b706421 3,122 1.00/1.00 vMB 139
684,411 684,411 00000000000000000007ebd0e501e24ecbb1f4e02164b5da8aca915bd72e1491 3,017 1.00/1.00 vMB 152
684,410 684,410 00000000000000000005926bd3d57e9fa6f48f365545a389fcfa6dcd1ba9c907 1,992 1.00/1.00 vMB 130
684,409 684,409 000000000000000000041fc461cd5295874012be5a95ea5abad7474e8d46ecd0 2,650 1.00/1.00 vMB 133
684,408 684,408 0000000000000000000973a3c1164ed939deef4cd25abc99d15dd44812d77399 2,527 1.00/1.00 vMB 78
684,407 684,407 0000000000000000000743e3da70a152db56af13e966eee7695b2e4913d24d29 2,857 1.00/1.00 vMB 59
684,406 684,406 000000000000000000016eacdba97ee6f889dcc81c6178d123b09e3f2bbd2db3 1,174 1.00/1.00 vMB 92
684,405 684,405 0000000000000000000306fcc5505c217a592f7fd138b2f5e4e309ab90c84353 1,534 1.00/1.00 vMB 127
684,404 684,404 000000000000000000096a70fcce26d3b2408c1477ed6e2a94cd1c880999c2bb 2,734 1.00/1.00 vMB 80
684,403 684,403 0000000000000000000a6cb66ffe84eb6b77d9d6d9d01415c5771f56b2ce464b 1,932 1.00/1.00 vMB 83
684,402 684,402 00000000000000000001497048fc01fad15491a2c50a669f2e9c8089c5326df0 2,468 1.00/1.00 vMB 107
684,401 684,401 0000000000000000000a2722980bb264ba07cbb874019bfd1370f32a87391faf 2,333 1.00/1.00 vMB 96
684,400 684,400 0000000000000000000966461c34feb18307ef2a1562859f7773c50053cc686e 1,941 1.00/1.00 vMB 79
684,399 684,399 00000000000000000007ea8fe6c075919efbf79f6b006e0b2da667b9e1436e25 2,409 1.00/1.00 vMB 61
684,398 684,398 000000000000000000009297f679c4e10fc062a2992c7e248361d8e4d0ac5c39 2,356 1.00/1.00 vMB 88
684,397 684,397 0000000000000000000ac7fa830bbb566fc9f014bdb06be48de0a5c7ee7b1b75 1,679 1.00/1.00 vMB 97
684,396 684,396 0000000000000000000b3a1164dbe950ebd14e1b60073e4f363a50b6878d8932 512 1.00/1.00 vMB 121
684,395 684,395 00000000000000000002d015bcc4a063c5f0113d59258b6720ba87e4c2ad0ce7 2,879 1.00/1.00 vMB 135
684,394 684,394 00000000000000000002a67c2235fa8671af13c6ef71985f7c83f167baf102d8 2,489 1.00/1.00 vMB 83
684,393 684,393 00000000000000000005c3e11fdbd4da22b1a6eecfc03496e24553b18da54003 2,550 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.