Loading Tool

Explorer IconExplorer

Memory Pool

37,902 transactions
27.03 vMB
0.06425658 BTC
Random Selection Loading Transactions
Max Size: 137.54/200 MB

Candidate Block

Mining Attempt 67da907f4ceec430912bfcf28b340c8f52cd7833f7efe68e659779bc1e1d7473
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 11cc11ffad97dfe833cfee1973671fb64bd5d4c8dffa953d9061c46869f66193
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,774
Size: 1.00 vMB
Total Fees: 0.01338382 BTC
Feerates: 100.28 > 1.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (77,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,666 836,666 000000000000000000029531fe87f1f6bae402cf0cc0cafe9cbd4d0403a376c5 3,518 1.00/1.00 vMB 23
836,665 836,665 00000000000000000001badf6e5e6ab86154ba9df28ffef4c789b9ff0cfac8cf 973 1.00/1.00 vMB 9
836,664 836,664 00000000000000000001cef5e74d8a401bb01f4d07521142ed2d9f5c51233954 2,466 1.00/1.00 vMB 14
836,663 836,663 00000000000000000001f59f5dfd51dcad8888ffbfc05f559a74ad0a52f7eadd 3,306 1.00/1.00 vMB 21
836,662 836,662 0000000000000000000167a2ffc3c60874f4b6e6ebcdecfa06fff1313d2b2e31 3,308 1.00/1.00 vMB 34
836,661 836,661 0000000000000000000106cbdf4a37249f46e92925672e6e4708179707947927 3,751 1.00/1.00 vMB 14
836,660 836,660 00000000000000000000593f6685331f2ca3eb65cb93b6e9fb0f36e1a4c1e3ea 3,519 1.00/1.00 vMB 27
836,659 836,659 0000000000000000000029cafb96cc5c13383aecbc9d1d83a4812f91afe03498 3,397 1.00/1.00 vMB 23
836,658 836,658 0000000000000000000327e5746684e1eb55d7de183e735e48f0a3f841dc8cba 1,350 1.00/1.00 vMB 12
836,657 836,657 00000000000000000001d9aeddaa62cebe36b641ba7e9c53f7efe61a7824a71f 1,157 1.00/1.00 vMB 11
836,656 836,656 0000000000000000000339ee4aa15644fa72afbd1de9f2e3ae84600413667176 1,980 1.00/1.00 vMB 11
836,655 836,655 00000000000000000000136eaa6a651828aaa39b0e1dbbb3b23589a009656105 3,269 1.00/1.00 vMB 17
836,654 836,654 00000000000000000002c86416b466d93a33da8b7e7a966ef1ce8cb0c5614aaa 3,591 1.00/1.00 vMB 33
836,653 836,653 000000000000000000000dc3d63b42286e745d8b31b4a396a6af42c9106fcb05 368 1.00/1.00 vMB 9
836,652 836,652 00000000000000000002cf074c7f6414a244415f30ea0f8469e36f36970fc653 3,609 1.00/1.00 vMB 15
836,651 836,651 00000000000000000001ee80d00f3885b55f42e51ff88de382d9bf6b48f6c244 3,414 1.00/1.00 vMB 18
836,650 836,650 00000000000000000002f163d5b68cc4b252cdf4ce2920f1c1ca169212be317f 3,484 1.00/1.00 vMB 23
836,649 836,649 00000000000000000000c5ad2da4043d241d74e0a12f495baa5b37ddaaca8c6c 3,768 1.00/1.00 vMB 16
836,648 836,648 00000000000000000001885df964b052f4934380aa79740b84d0184cde6b62c9 3,431 1.00/1.00 vMB 21
836,647 836,647 0000000000000000000081393d5b4e50af3e97419493bdd614254ba9479d23cf 4,081 1.00/1.00 vMB 16
836,646 836,646 00000000000000000000b9b66b80fabc5bef61664aad51551d718588bd8c85c6 2,763 1.00/1.00 vMB 14
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.