Loading Tool

Explorer IconExplorer

Memory Pool

83,258 transactions
31.23 vMB
0.09259378 BTC
Random Selection Loading Transactions
Max Size: 191.56/200 MB

Candidate Block

Mining Attempt beedd1453f375d680fb58222dc16219283e83f4456a2b0ae4ab8779648845512
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root d53770af8e4d31746ac6adc60a0705abef33dd5e6b067d90d97c0f5c781f849b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.02149398 BTC
Feerates: 114.60 > 2.15 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (127,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,238 787,238 000000000000000000024cf9361967b17752a245dffe0f066cc9bc8ca95d40c4 3,303 1.00/1.00 vMB 41
787,237 787,237 0000000000000000000024f2dd576695b28671e8e535bb88a78977b1b16ffb5a 3,721 1.00/1.00 vMB 25
787,236 787,236 00000000000000000004c3b04feb189b650aa7c8417837139a15a6b94bf159ac 2,457 1.00/1.00 vMB 33
787,235 787,235 00000000000000000004dd71ead67d7409f5250583ca40efe940420b41f90917 4,221 1.00/1.00 vMB 37
787,234 787,234 00000000000000000005b1d6c29b947000c76d2b0055cfb181c58a4af4a1ab8b 2,768 1.00/1.00 vMB 44
787,233 787,233 00000000000000000001dccbda4a024ec361744df5f817be966bb0260ca51807 2,238 1.00/1.00 vMB 51
787,232 787,232 00000000000000000002c30e4c8bce762bdcb93f5e9fa559cb9c6dbc5fce3a67 2,477 1.00/1.00 vMB 41
787,231 787,231 000000000000000000015373f80e381dcfb4c850f24c37ed960fc416ca220577 3,366 1.00/1.00 vMB 46
787,230 787,230 00000000000000000005ab153734297120fcd5035188cc0ae48cba8b770437a5 3,679 1.00/1.00 vMB 26
787,229 787,229 000000000000000000024bc824151e71317d015c12a2f375fb85a99c159cd0c4 2,958 1.00/1.00 vMB 28
787,228 787,228 00000000000000000001be3684f4847c80d58532f3807d898ea9e6a46545974f 3,172 1.00/1.00 vMB 29
787,227 787,227 00000000000000000004702b7c3e34b069a2e78646f186706d0bf1e9f70deef1 2,122 1.00/1.00 vMB 18
787,226 787,226 0000000000000000000271d7d7719766b29d3ded7a8d579f315e19bc015d87f7 3,468 1.00/1.00 vMB 26
787,225 787,225 00000000000000000005c5d4f5ce9aea9151f086a3296ad7d3e2b275d585d03d 3,453 1.00/1.00 vMB 37
787,224 787,224 000000000000000000013cfdceefe905a5da8ac383e20bec9ca236f6ce6de288 3,610 1.00/1.00 vMB 35
787,223 787,223 0000000000000000000207e46cb7f864fc5fa401d2ad2b79e19114999dd46516 3,020 1.00/1.00 vMB 32
787,222 787,222 000000000000000000040b9892d2f88c1d8843c299a94f6325748ea68aedbb5c 3,161 1.00/1.00 vMB 36
787,221 787,221 0000000000000000000414387d01f4c8b4ced6c43d9f79678461f3d662323ed1 2,756 1.00/1.00 vMB 28
787,220 787,220 00000000000000000004f157eba45fb8f2b1100d08194fc21f96a5e371099f36 4,193 1.00/1.00 vMB 33
787,219 787,219 00000000000000000004f4ce41ea577fd3104f6377b564f1d45ea2f4f6dc581f 3,974 1.00/1.00 vMB 38
787,218 787,218 00000000000000000000d193a2ec525adb4439229e715ad22b47f18d7c593b04 3,849 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.