Loading Tool

Explorer IconExplorer

Memory Pool

37,881 transactions
27.02 vMB
0.06417700 BTC
Random Selection Loading Transactions
Max Size: 137.51/200 MB

Candidate Block

Mining Attempt ddffc1e650c54b92d3bd31fb6a46f404a32a72ebe518048eae53c9b65c7ce6c1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root d73e6bef7d18bb6200c4f5ffef78868f804610faf798f944522c62cc970a2efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,783
Size: 1.00 vMB
Total Fees: 0.01328834 BTC
Feerates: 100.28 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (415,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,444 499,444 000000000000000000acaa90fc23a937be757bd8de41744417ea082dda888377 2,247 1.00/1.00 vMB 264
499,443 499,443 0000000000000000000d7e2e562947cb70f7fc26c0bdc71350856364631000c0 2,768 1.00/1.00 vMB 243
499,442 499,442 0000000000000000006d63563df242cd14ba36f4366cb9b279346b8722fb8a3e 2,540 1.00/1.00 vMB 291
499,441 499,441 0000000000000000006cbece0007f23920aaefac26adbff4740c788e905f6734 2,262 1.00/1.00 vMB 395
499,440 499,440 0000000000000000002869a112fd7616302557a8dd1de58ab195959e3f0db097 2,519 1.00/1.00 vMB 236
499,439 499,439 0000000000000000000b88d326f0adc26daa15322230119638332eb4d3b77b55 2,508 1.00/1.00 vMB 283
499,438 499,438 00000000000000000090217483477d7bebb56bd579803c0dfd21330843588179 2,508 1.00/1.00 vMB 401
499,437 499,437 0000000000000000009735e210b1702ee8f0cf5882be41ca86f08dc9e6ea2b8d 2,481 1.00/1.00 vMB 397
499,436 499,436 00000000000000000093d14d9a35977cd838023c78f1177e353dcbc0218e3ac2 2,329 1.00/1.00 vMB 405
499,435 499,435 000000000000000000a1ff4ea4e8232596518360ea50d4533418188cb3623516 2,141 1.00/1.00 vMB 448
499,434 499,434 0000000000000000006c7499b2d5b9099d3acd37d440bdb9006a33fd7fdcf3b5 2,194 1.00/1.00 vMB 342
499,433 499,433 000000000000000000a651f94133cdb082176da66deb80c5270faf5caaf1c961 2,633 1.00/1.00 vMB 439
499,432 499,432 0000000000000000000d5e8eb6a516f03bd635d3ab9be0ff853de1585d3d99cd 2,455 1.00/1.00 vMB 378
499,431 499,431 0000000000000000008a6850b08dfc0b9797c7589c78098f8225544ecdd7af66 2,485 1.00/1.00 vMB 349
499,430 499,430 0000000000000000000a2e1f009a4f9cb4035b4c723e6247cdbf3cb135c02d77 2,651 1.00/1.00 vMB 421
499,429 499,429 0000000000000000008f3cc44e7043cd2d96d762614bfd27c526e5eca78ff9a3 2,247 1.00/1.00 vMB 404
499,428 499,428 00000000000000000084788002904da9ee7e2f8050c0207690f6a03d9566bf6c 2,346 1.00/1.00 vMB 373
499,427 499,427 000000000000000000813d02e150726b80f87e0aa68b94e669f58c5be1d9e96b 2,479 1.00/1.00 vMB 441
499,426 499,426 00000000000000000003079216ae88601a6013b0810e0dad7d8493421f33024f 2,552 1.00/1.00 vMB 287
499,425 499,425 000000000000000000ad92a4b8fad1ef0a590f01b312fc1cb5bdcda4a9520a16 2,733 1.00/1.00 vMB 330
499,424 499,424 00000000000000000068409e05c9ec59781cbb3c28dc7b06d527a4da5c926649 2,185 1.00/1.00 vMB 400
Previous 10 blocks ↓
Total Size: 781.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: 632.77 GB
    • Received: 12.15 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.