Loading Tool

Explorer IconExplorer

Memory Pool

37,228 transactions
25.42 vMB
0.08150832 BTC
Random Selection Loading Transactions
Max Size: 140.85/200 MB

Candidate Block

Mining Attempt d1139cd395e31b63fac47073dbdf0c7fcbc516d1955868180fe04e744079ee68
Version 20000000
Previous Block 000000000000000000007d73d43c88310a3160d2df5f1a51d3f6f7541a11d199
Merkle Root a809fadf3b955f2717aff690f0b595d4e3670877d7204a2f93addddfbb31eb77
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,866
Size: 1.00 vMB
Total Fees: 0.03974146 BTC
Feerates: 713.01 > 3.98 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,240 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,240 939,240 000000000000000000007d73d43c88310a3160d2df5f1a51d3f6f7541a11d199 3,566 1.00/1.00 vMB 6 ago
939,239 939,239 00000000000000000001db15fdc373d72dde37f404cea1bafffe7d45211e9030 879 0.18/1.00 vMB 1 ago
939,238 939,238 0000000000000000000118760b47a77772afb02515a64070755f4ee6255fe515 3,023 1.00/1.00 vMB 2 ago
939,237 939,237 000000000000000000011caa4a8b978cb7aa7553a9eb6c376a4d7b016829704e 3,334 1.00/1.00 vMB 3 ago
939,236 939,236 00000000000000000000fdd0d4b7c66bfd3d8e9129482a9a4fc9cf8cb3603845 848 0.31/1.00 vMB 1 ago
939,235 939,235 00000000000000000000524b41e883d60b27da87e19f72b361072a484733257d 3,066 1.00/1.00 vMB 2
939,234 939,234 000000000000000000006af7df9846f513bef509dbd36a4f48ee77fe693a7c53 4,708 1.00/1.00 vMB 0
939,233 939,233 0000000000000000000106b7ec754b5888009c4f70e154fab58516cd721b4015 3,688 1.00/1.00 vMB 1
939,232 939,232 0000000000000000000150e6a657fb387da72318ae68a66ca52c233dbff8517f 2,837 0.99/1.00 vMB 2
939,231 939,231 00000000000000000001c5435ccd575e5f46f66061341867d145833ea0e6e0f9 2,758 1.00/1.00 vMB 2
939,230 939,230 000000000000000000009ec0bfe43856737e3dc0e6b6507d4e170115703ec2c4 2,820 1.00/1.00 vMB 2
939,229 939,229 00000000000000000001cd9dbe5eaad84c607f36ea0cbba18409a8b05f1d9799 3,774 1.00/1.00 vMB 4
939,228 939,228 00000000000000000000e7f6ca68e17bce7aee60ee4e1da8c4dc8feac864f0e7 3,876 1.00/1.00 vMB 1
939,227 939,227 00000000000000000001edd5150b936c748daef7c59b29554bcd4b17a0d738ce 3,730 1.00/1.00 vMB 1
939,226 939,226 00000000000000000001525d2bcd5c2b89a3283f4b33592fec030ed00a24dbc9 4,417 1.00/1.00 vMB 0
939,225 939,225 00000000000000000001d4b5faa236f721da084fd2a96ec615805966a2bba066 2,302 1.00/1.00 vMB 1
939,224 939,224 00000000000000000000213005fb0e9437eb66cd84be32a3a755942a34c42ae1 2,698 1.00/1.00 vMB 1
939,223 939,223 0000000000000000000129028165674a8b223f9f9749d1263eba927fed28eaac 1,941 1.00/1.00 vMB 3
939,222 939,222 000000000000000000017a3f5fb6c54048881df7aa30a22495d62ab4e3cf4f8a 2,854 1.00/1.00 vMB 3
939,221 939,221 0000000000000000000195cdbbf636aa0ba8ab240c47ec34b3440a8096da5120 2,411 1.00/1.00 vMB 4
939,220 939,220 000000000000000000009f9bebb53469bc8722743eef8337c6280c0e8e344227 1,102 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 825.34 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: 4,241.65 GB
    • Received: 233.19 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.