Loading Tool

Explorer IconExplorer

Memory Pool

28,343 transactions
16.13 vMB
0.02737457 BTC
Random Selection Loading Transactions
Max Size: 97.53/200 MB

Candidate Block

Mining Attempt 712df69c1076070241f65c769191e4bb9b1049d68beef0c31394bca36446c574
Version 20000000
Previous Block 000000000000000000001aa1195731b93a38c35e48cbe25962c8367d0f283042
Merkle Root 4df6b2085ad47ec7e5a347edeb9df268d9f20e3cd5df8a9d2d667c69b9dc0095
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,321
Size: 1.00 vMB
Total Fees: 0.01082279 BTC
Feerates: 73.20 > 1.08 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,001 (63 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,938 938,938 00000000000000000000a3ea73072b88418e071c73bcc42e14e904795ca1bac1 4,840 1.00/1.00 vMB 0
938,937 938,937 00000000000000000001cafd9a03a29aa6feed6f6ab7caf823b00e8ed5b5bded 4,523 1.00/1.00 vMB 1
938,936 938,936 00000000000000000001b2a82a4f937ff42c4fcb3a90e3b746def775d4437e5e 1,365 0.49/1.00 vMB 3
938,935 938,935 00000000000000000000f202d8e8bbb8b07394717f823a40c47f68d1da042f3e 4,874 1.00/1.00 vMB 1
938,934 938,934 0000000000000000000008a3133cace625957765f46a288b7c0be6574fdd3f42 3,092 1.00/1.00 vMB 1
938,933 938,933 0000000000000000000141c492b0c5ab4f4cf6d0f669b8897444d39501b8099d 3,359 1.00/1.00 vMB 3
938,932 938,932 0000000000000000000125ff4c4374064376f3617a32770d8413d94b629327f9 3,786 1.00/1.00 vMB 1
938,931 938,931 00000000000000000001c6bdf6a7daf2ec677c1d76785d205134a79d78acd0ad 4,391 1.00/1.00 vMB 1
938,930 938,930 00000000000000000001aace37f78a03756b1da87c7bb2de380f250b9ba11389 2,572 1.00/1.00 vMB 3
938,929 938,929 0000000000000000000004c55baef974d95eef2c91e6800dbd45f1a054f00318 2,184 0.81/1.00 vMB 3
938,928 938,928 0000000000000000000038b462d6d71e9fb10cbb6bea1befa8b1a00f53358069 6,591 1.00/1.00 vMB 0
938,927 938,927 000000000000000000019cb3dd78eac64f01ee5855f26465864fffea6797dd10 2,644 1.00/1.00 vMB 0
938,926 938,926 00000000000000000001bad3e62ed4d0f0a94c21d29569fd31abe4643dcd915f 3,291 1.00/1.00 vMB 3
938,925 938,925 0000000000000000000172d7aa139d3ce5a75fd3a6cac6bb1a434eb7a59a4b9f 358 1.00/1.00 vMB 0
938,924 938,924 00000000000000000000a524df6976e4d7700111a280639d277ef250020a9fa7 3,205 1.00/1.00 vMB 1
938,923 938,923 00000000000000000001c062d2c76d5f38376924e39a75102df0e645b894c032 2,355 1.00/1.00 vMB 1
938,922 938,922 000000000000000000007459e50b6b364ecc48aa4114b37022f6c267e26b192e 3,329 1.00/1.00 vMB 5
938,921 938,921 0000000000000000000124d6ee4f7166a12b08f7606c033d20ff22ec60ec0640 2,717 1.00/1.00 vMB 3
938,920 938,920 00000000000000000001ad561d93f172c7892593546cf9b716bc254655178940 4,269 1.00/1.00 vMB 1
938,919 938,919 0000000000000000000125b73673c4e0eec4b01f8a9f671ad522c350d636d828 3,586 1.00/1.00 vMB 1
938,918 938,918 00000000000000000000e497b90f17bb9af155b0d5586422e939bd0d6fc2b18e 3,546 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 824.89 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,212.36 GB
    • Received: 231.08 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.