Loading Tool

Explorer IconExplorer

Memory Pool

82,822 transactions
31.30 vMB
0.09371059 BTC
Random Selection Loading Transactions
Max Size: 191.66/200 MB

Candidate Block

Mining Attempt 2c68ea5ffcefaa33230bf0a3957ce3bcbf66163e012ee916cc9e53c185e01b8a
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root a950d36dfa4f15b648d31b5d99695bd6ffd8550b21a515c6242f3818315521c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,589
Size: 1.00 vMB
Total Fees: 0.02299580 BTC
Feerates: 50.62 > 2.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (281,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,269 633,269 000000000000000000136ab73bb7fd7d905638c45b02d277e94b95b85949b27a 2,748 1.00/1.00 vMB 28
633,268 633,268 00000000000000000009488cd26a83d03934f6730ed1c3966998bd3b516e16b9 1,962 1.00/1.00 vMB 38
633,267 633,267 0000000000000000000084505117ad8c4378b14c026696fdc2367dcf0d0e17b2 1,409 0.62/1.00 vMB 24
633,266 633,266 00000000000000000004445e6913ba14ffbe559a0918a2588d962deca8d18767 365 0.11/1.00 vMB 29
633,265 633,265 00000000000000000011bda77189355da4d3bfb6909b2f4039c8bf846dff0deb 1,327 0.78/1.00 vMB 4
633,264 633,264 000000000000000000034965efdea6074633fd48fe2e418bc3a7819e5662fea5 2,050 1.00/1.00 vMB 14
633,263 633,263 00000000000000000014426251f54d79c96103c52b2d84d536f89260d586a94e 1,906 1.00/1.00 vMB 58
633,262 633,262 00000000000000000006cdcc1abc20ad6c182d3a80b945ddfcf818b179d5ab31 109 1.00/1.00 vMB 2
633,261 633,261 0000000000000000000d8407e35a1ad179e83f469636553185ff4dfd81587454 1,580 1.00/1.00 vMB 29
633,260 633,260 0000000000000000001278c16ea484ee9d97fb7c5fd715cbefbd6ad4dfd3a2d4 2,769 1.00/1.00 vMB 40
633,259 633,259 00000000000000000004203d04fb6fd57db5d1ce63b9b3bfc3ac184d4a227603 862 1.00/1.00 vMB 9
633,258 633,258 0000000000000000000c0d6994dacee8b01add85727b640d039ca213e6f24fa6 2,325 1.00/1.00 vMB 17
633,257 633,257 00000000000000000003e92e09b276f8092865f2b646d41c88a5d71b87a4c6c3 2,322 1.00/1.00 vMB 13
633,256 633,256 00000000000000000008e77b216e2f5968b0c2bb21f8ad89ec555f06dd2b4e62 2,801 1.00/1.00 vMB 11
633,255 633,255 0000000000000000000823bd866dd21e14b6cd192539dfd5d3aecf837fe2bbee 1,805 1.00/1.00 vMB 55
633,254 633,254 00000000000000000010320d8c1d29008ace1524af5e7a3df5becfe8bbda523a 2,782 1.00/1.00 vMB 6
633,253 633,253 00000000000000000012cb4b370200f81f44e9aa248309c4e8e856c6a81ac46c 2,617 1.00/1.00 vMB 22
633,252 633,252 00000000000000000005453cfca9a6949e196f49dafdff5abb5c0000f18e3b6e 2,254 1.00/1.00 vMB 55
633,251 633,251 0000000000000000000d4e339dd59002eddf265168fbedb014ee76055179011b 2,088 1.00/1.00 vMB 74
633,250 633,250 0000000000000000000913f0e1ee3548614f85b002ecde13e5c44270f4de0b18 2,669 1.00/1.00 vMB 48
633,249 633,249 0000000000000000001001b08ac7903b8baf95d93b75a9b94e6615efd9439a8a 1,635 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.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: 709.38 GB
    • Received: 16.90 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.