Loading Tool

Explorer IconExplorer

Memory Pool

41,559 transactions
26.45 vMB
0.05501778 BTC
Random Selection Loading Transactions
Max Size: 138.87/200 MB

Candidate Block

Mining Attempt 10314de4ff7ed5226c4f9acb3a718a2d227a04085baec859454d8ac9bf338f10
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 79f7fae4ffa433ecd0e0cba2fdc1fd766747d25530701b1a1280c8e32d6d0e77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,914
Size: 1.00 vMB
Total Fees: 0.00625635 BTC
Feerates: 100.68 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (337,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,408 577,408 00000000000000000017e1051c79494b493cb53f3dfbc1ad47887c3586e3bfcb 1,229 1.00/1.00 vMB 166
577,407 577,407 00000000000000000000daa9d25231832cb3ff7bd4e8daac0a90e8c04b63b08b 3,228 1.00/1.00 vMB 133
577,406 577,406 0000000000000000000015b52bfb9ed277bf6a33e2274b87c83018b83b8d8aee 2,669 1.00/1.00 vMB 158
577,405 577,405 000000000000000000253ba1c46c3aa5a64bf1c0a9292fbc587266ea1cb6e8d5 2,672 1.00/1.00 vMB 162
577,404 577,404 0000000000000000001a8983908b1fb92010bb61d3c483cfbbcde705db3cd7b0 2,972 1.00/1.00 vMB 181
577,403 577,403 00000000000000000020071e08c268a28a9f3a5943bd0575411d5665aa208347 2,332 1.00/1.00 vMB 65
577,402 577,402 00000000000000000024e7eb091d556832c83e9aba7a701d92785036d8ef032f 2,706 1.00/1.00 vMB 123
577,401 577,401 0000000000000000000aed1eb7b491aee02ea664c6a2c99e136880efaaa6062a 3,051 1.00/1.00 vMB 161
577,400 577,400 000000000000000000040e7ba0d6624aada258b42460be6f3986ba9d346ec8d5 2,198 1.00/1.00 vMB 112
577,399 577,399 00000000000000000005ebb2cdc72513258747b58e47311630666694c59e021e 1,025 1.00/1.00 vMB 37
577,398 577,398 0000000000000000000657027628d47125393ae251e9af7f4b87ce435b2ad8c9 2,154 1.00/1.00 vMB 46
577,397 577,397 00000000000000000029497337ea6dad5d867e49873b7a053f82bbe15fc5b609 2,484 1.00/1.00 vMB 60
577,396 577,396 0000000000000000000b57df508b749437717f1fcdba1948b10ed52502903162 2,260 1.00/1.00 vMB 26
577,395 577,395 00000000000000000022ae2afb509a76e83fa252a392a1e02985eba50b97fd52 1,146 1.00/1.00 vMB 63
577,394 577,394 00000000000000000028af4c69150f9d9b5a7f7e4d8b09170e7c55e44abdf6b8 2,700 1.00/1.00 vMB 96
577,393 577,393 0000000000000000001feb572c55d4f039e00b4cd502cf6e37c31f084aa1ee4f 2,507 1.00/1.00 vMB 135
577,392 577,392 0000000000000000002635e205c139eb9d23ededd08a0cadf7df069a2e814e63 2,930 1.00/1.00 vMB 179
577,391 577,391 0000000000000000000feafb1b3c9549d57bc0b95b036fd1ea00a7cd3279a4ed 2,395 1.00/1.00 vMB 32
577,390 577,390 00000000000000000029468277d3c1946debd4f12b1471aa8275909f0d7ecfbe 2,694 1.00/1.00 vMB 59
577,389 577,389 0000000000000000001127112b258be53f14e9ce2980e84d7628a5cf27d1a3e0 2,697 1.00/1.00 vMB 127
577,388 577,388 00000000000000000018a89f8767e9d02a2f61ea48fb45fa96503ac075903d27 2,174 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.