Loading Tool

Explorer IconExplorer

Memory Pool

80,163 transactions
31.43 vMB
0.07769514 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt c28b889b8a63b9dd15202d394d919f1d8aef10b2e27c048265aeaf05884a27e7
Version 20000000
Previous Block 00000000000000000002020d6da75dddab5026e98b36b40b3adec106d44827a1
Merkle Root 20537d93f822baa301124398d81755bef4b06f6e777d4607f7a2165897331198
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,191
Size: 1.00 vMB
Total Fees: 0.00924264 BTC
Feerates: 70.24 > 0.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,177 (97,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,892 817,892 00000000000000000000b476196eabcb53a29484ddfab26c0a5c46e89f73386e 2,689 1.00/1.00 vMB 128
817,891 817,891 00000000000000000001c8a6832cb8e57e5f57283d8cc0dccef65ef8b7ffebe5 3,744 1.00/1.00 vMB 51
817,890 817,890 00000000000000000002a25d72bf9173d3052f34007b9f6e6c148745aa271157 3,481 1.00/1.00 vMB 44
817,889 817,889 000000000000000000026a4a32d9d256e2384087271f8f976e85c1632c06d0a0 3,239 1.00/1.00 vMB 50
817,888 817,888 000000000000000000017e501ec0bd86c03b30f0debd50a3fc6b20f2f7d78fce 4,721 1.00/1.00 vMB 55
817,887 817,887 00000000000000000003960d5b42201e505b2fb3c017322aaee4abd7febb3514 4,050 1.00/1.00 vMB 70
817,886 817,886 00000000000000000003a35b91c3fc4a90e0a363125b0ccc98760d9a24c9483a 3,399 1.00/1.00 vMB 51
817,885 817,885 00000000000000000002ee2b399469d07ef02bf34f91b0878d9dc0d87f6f68a3 3,118 1.00/1.00 vMB 71
817,884 817,884 000000000000000000005f90cf3feccdc9ebb3abd8b25644269daa9891b7749e 3,066 1.00/1.00 vMB 127
817,883 817,883 00000000000000000003e945dfdbece7a762aa76f5200450e173937c9988ee7e 3,525 1.00/1.00 vMB 94
817,882 817,882 00000000000000000000769dc1b666500bdbdb13a42572e7b098369b2fcd373b 4,188 1.00/1.00 vMB 56
817,881 817,881 00000000000000000002cdfa377be3d723d6d4c4e97a549400865a45b961a105 4,795 1.00/1.00 vMB 78
817,880 817,880 00000000000000000000232b7cd9830e7885d70f8c4bb208f0b3be820a79e48d 3,188 1.00/1.00 vMB 54
817,879 817,879 00000000000000000000975c48ec05113abd1db7628d4447c2f1c24b724d4739 3,192 1.00/1.00 vMB 90
817,878 817,878 00000000000000000001b120c6a88c9a3d52bd61b0cd6be3526077d34fae3dfc 3,437 1.00/1.00 vMB 66
817,877 817,877 000000000000000000002de0d2e5abebe1824f801a9d220476df94f4902e2791 2,268 1.00/1.00 vMB 56
817,876 817,876 00000000000000000001c8546a670470f7cfb68efc2f84dc206db89457420b8a 2,032 1.00/1.00 vMB 58
817,875 817,875 00000000000000000001d49b71d5b7da4ba693a86f65e28ef0dec72d7a4857b4 3,599 1.00/1.00 vMB 82
817,874 817,874 0000000000000000000294ef9a303758537ff67becd8995185bdba524e66f7de 2,076 1.00/1.00 vMB 58
817,873 817,873 000000000000000000034a1ee01342d9dbb478ae26fa4bd20533659363610be5 3,842 1.00/1.00 vMB 74
817,872 817,872 000000000000000000007469cbc4f8a4586d124ff2fadaba212e531effff7d6b 3,947 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.70 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: 697.39 GB
    • Received: 16.58 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.