Loading Tool

Explorer IconExplorer

Memory Pool

75,945 transactions
28.40 vMB
0.06648455 BTC
Random Selection Loading Transactions
Max Size: 171.95/200 MB

Candidate Block

Mining Attempt 5dd522faad5cc3fe25681c289d5e6695e499b275b876a397e6aa3d1009e906fb
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root fc1d1691172dcdd1f81b8af2f11dcd5081c88ded6a6292dcc2d957b2fc653e50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,664
Size: 1.00 vMB
Total Fees: 0.00776571 BTC
Feerates: 101.00 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (95,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,270 819,270 00000000000000000003c496bc52200f5cbb65c5e007f8726093c51f87b5b933 2,995 1.00/1.00 vMB 44
819,269 819,269 0000000000000000000267a491878b44fffafd49b9aaf6e358935230144da2ba 3,547 1.00/1.00 vMB 64
819,268 819,268 00000000000000000002ff5b425a2887929988d786e0ffdee007f2c2ef065c41 3,865 1.00/1.00 vMB 39
819,267 819,267 000000000000000000026f9ff8351214db0b45dc987350d13b2171e7e31d535d 3,491 1.00/1.00 vMB 47
819,266 819,266 00000000000000000001ed3e5e519a66f662fa17cf8fb7276b67d0ec53a2b034 4,144 1.00/1.00 vMB 29
819,265 819,265 000000000000000000040c851df250d48ec0ae7d6e12cab0b6e71ed0e08ab0c8 3,511 1.00/1.00 vMB 45
819,264 819,264 00000000000000000003c6c942196a3a08f5ce869fcbf2bbb4c4e90b4e8f8d83 4,135 1.00/1.00 vMB 37
819,263 819,263 00000000000000000001047b21443d41b1e5e6817fefa27155d12b7264a2f799 2,739 1.00/1.00 vMB 42
819,262 819,262 00000000000000000000a27e0219ca4ed3ff636c3a7174071df9096958c1e2e6 4,543 1.00/1.00 vMB 38
819,261 819,261 00000000000000000003fb63cec3496d835adc1b9b1180f1f33e01a6056c0200 5,268 1.00/1.00 vMB 36
819,260 819,260 000000000000000000010f72d09f27321b923e2ae4cff75506e405f5cfbe4677 2,749 1.00/1.00 vMB 27
819,259 819,259 00000000000000000003c23618fcf95e2d39fbd98cf184e8730470e742f1a79c 4,107 1.00/1.00 vMB 29
819,258 819,258 000000000000000000022acf5ce356941c73795a4a05440650b052ad6fa546d3 3,649 1.00/1.00 vMB 52
819,257 819,257 00000000000000000003fbbb5b278200cc696b6b49d9efd26efa00aef65ae195 3,242 1.00/1.00 vMB 41
819,256 819,256 00000000000000000003c68f4c8d165dbe3991ff9c0a4b113f072de232766ffe 3,516 1.00/1.00 vMB 68
819,255 819,255 00000000000000000003d3624a95c1da64ccf56423d8e03456dc631d1e41b391 3,666 1.00/1.00 vMB 56
819,254 819,254 00000000000000000002da18958e38a0fc17f020c72a16a39f70cfe5fc039bac 2,646 1.00/1.00 vMB 41
819,253 819,253 00000000000000000000c69e3b838e10738cf693dbe23f0835fcd446ee0dfdd9 2,888 1.00/1.00 vMB 67
819,252 819,252 00000000000000000002f6fe9b1924797f46772560ac6d0d5b63a9e27bde28d7 4,910 1.00/1.00 vMB 30
819,251 819,251 0000000000000000000035145e0c7ad434846db7e7c26775b94913efca877095 4,602 1.00/1.00 vMB 29
819,250 819,250 000000000000000000010e0b45facad9a6f357ea89529167657c8d29efa2654f 2,357 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.