Loading Tool

Explorer IconExplorer

Memory Pool

45,466 transactions
28.88 vMB
0.12822594 BTC
Random Selection Loading Transactions
Max Size: 150.69/200 MB

Candidate Block

Mining Attempt 3fa40a54910dab00453a74817e4b4f0662332840cebde793a81e61e17993ac13
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root 66e9d8aee5aa22970ee443320f494257cceca873ce60be663c406a0c529950e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03979891 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (819,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,204 95,204 00000000000482c89d8378efadd6b79573925ea8e4fc15bf0fe3aae3bba91e0a 1 0.00/1.00 vMB 0
95,203 95,203 000000000003cb7b561b7b7d848ecb594a055882bfcaf08c57de7216d611a917 1 0.00/1.00 vMB 0
95,202 95,202 00000000000220f9105176653a80a7f21c8d7d4480a32d4f5099dfd553bd3862 2 0.00/1.00 vMB 0
95,201 95,201 000000000000aa8d45c81d402b9529f8d9f832f908ee20dbd5713f46914e3e60 1 0.00/1.00 vMB 0
95,200 95,200 000000000003d7c2a1677195b8c733f079ba9599e75840893aa57709371689ac 1 0.00/1.00 vMB 0
95,199 95,199 0000000000065a5797c46d43cf27a9004f6b9ca1bf8b6e834b9737ad4d293fad 1 0.00/1.00 vMB 0
95,198 95,198 000000000000d397344fb2af9ebb1ef8be4aff58cd6bc3076b07d6df5a08f89b 4 0.00/1.00 vMB 0
95,197 95,197 000000000006b12edc288af5a0605d6a5499e4c843a82f27cd09862de0a5f80a 5 0.00/1.00 vMB 0
95,196 95,196 000000000002cd98d989588e36c223470c4d195e9f7132f9ac9c780391b2a744 3 0.00/1.00 vMB 0
95,195 95,195 000000000005ae5ed3e26f8260900ba4aea652823ca917386a05a7d25c5f7e4b 1 0.00/1.00 vMB 0
95,194 95,194 0000000000058cc903af72630a87173d95f41dafa86ae6f7e2048118796aa78f 1 0.00/1.00 vMB 0
95,193 95,193 000000000001cef597f553e15bc0ed13d330e45a080d28855169964ccf2618c8 4 0.00/1.00 vMB 0
95,192 95,192 000000000007e5eabf2ad7a6208c810c79fa3a28d5b68a1580d7b8e7f45820ef 2 0.00/1.00 vMB 0
95,191 95,191 000000000000c2ec327d32e85cbde8ff1e0b99960082366016a1f99163b79eb3 4 0.00/1.00 vMB 0
95,190 95,190 00000000000589f7c2e3343b4350d6b56b6fe39d34bbba9ed729fa2a7bb84542 5 0.00/1.00 vMB 0
95,189 95,189 00000000000761b6011e1c920523e71211aec9c76be4b78703660e96506dd761 2 0.00/1.00 vMB 0
95,188 95,188 000000000007616a583b148eda2cc9f8517e6987e4fe2afdafa2b6535550bb01 5 0.00/1.00 vMB 0
95,187 95,187 000000000004a7aada4812d6a0e9af0c98cd8076fe29a1c7b5538a5a4c5f3d8c 2 0.00/1.00 vMB 0
95,186 95,186 00000000000337c84e942114aa42820bae789f7435816cb72ec48c104516b279 1 0.00/1.00 vMB 0
95,185 95,185 0000000000026f220275cd48d035db6917679cb9a868d923b2179cbcf0b852c4 1 0.00/1.00 vMB 0
95,184 95,184 000000000007aa4e6ab255d6f890fdee7540de24b3136621e3cf341ce88dcb11 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.