Loading Tool

Explorer IconExplorer

Memory Pool

83,033 transactions
31.36 vMB
0.13018212 BTC
Random Selection Loading Transactions
Max Size: 190.08/200 MB

Candidate Block

Mining Attempt 7f10b9fa5fe171d3ae3e16ae90f5d99dc1f81e6b742e4be70dbbed66e4e41d81
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root bae67fc90c10921d05a984dc07ba42639ba1c37fbe7c7bb99aca32af5aa382a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,037
Size: 1.00 vMB
Total Fees: 0.04596456 BTC
Feerates: 318.30 > 4.61 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (435,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,386 480,386 000000000000000000d22136b7536f8184a22909fe0d03e75ac2e782b7ef4662 1,908 1.00/1.00 vMB 131
480,385 480,385 000000000000000000e2b545f8e25866e10a1f7a22479720a59910ecb513fd73 2,572 1.00/1.00 vMB 213
480,384 480,384 000000000000000000c902ef898fb20aef9476b71bf5556438fda40427110b31 2,353 0.99/1.00 vMB 169
480,383 480,383 00000000000000000087987b856cfe9136cf2b4f8c358d93cbf91b415b646d6e 2,404 0.99/1.00 vMB 201
480,382 480,382 0000000000000000004ae4a92fe2c3561aa3ee0d66615c8c4b6014e1504e1305 2,657 1.00/1.00 vMB 224
480,381 480,381 000000000000000000dddc37cb4729fce3342a2b3dfd29f8f630c735855f3be6 2,557 1.00/1.00 vMB 43
480,380 480,380 0000000000000000010d0888e97e0bf5bb670b225728eb1d032991107c2e04bc 2,216 1.00/1.00 vMB 163
480,379 480,379 000000000000000000dce151e1d32b994c46accc815a20b6342893117bd605e9 2,518 1.00/1.00 vMB 196
480,378 480,378 000000000000000000279f5bd84123508d35cb17eb4d23874a13c21d7fa50b66 2,578 1.00/1.00 vMB 178
480,377 480,377 0000000000000000004ee17726718ba2f99dd9bbedd73eafb8b880a33abd444e 2,224 1.00/1.00 vMB 157
480,376 480,376 000000000000000000320e2d05a5385ba0c9fade7e1398e6a702f043be60bf41 1,808 0.75/1.00 vMB 186
480,375 480,375 00000000000000000034843bfb46450df84df8bab8ca0283bea9790101704a2e 1,562 1.00/1.00 vMB 73
480,374 480,374 00000000000000000118f26226f60ab234c463de6dab48a3fea57266f9bda3c9 1,773 1.00/1.00 vMB 178
480,373 480,373 000000000000000000c25b08a3aae566eb4995920185cb501fbed13334516a43 2,056 1.00/1.00 vMB 193
480,372 480,372 0000000000000000010b9819789982dcde5dbc36345f57569c3ccfb6980b710a 1,633 1.00/1.00 vMB 88
480,371 480,371 0000000000000000012d97c3b199c7e8503090a13e505fd15f0928e5a5662e2c 2,037 1.00/1.00 vMB 102
480,370 480,370 00000000000000000079d30cd752a3da5192e1ea51d8d7ee38e58cee233f5263 2,352 1.00/1.00 vMB 151
480,369 480,369 0000000000000000011c1e7f33fe0f031ef5a68531ac865668ffabf5bf8cc058 2,072 1.00/1.00 vMB 119
480,368 480,368 000000000000000000e2467790cbc67229663c53a0d3b112f266d5877dbcef61 1,990 1.00/1.00 vMB 123
480,367 480,367 000000000000000000e6c43bc7351c8dff52d532f82e18c477077a3a524c39ad 1,744 1.00/1.00 vMB 109
480,366 480,366 000000000000000000ea6e05ec8d0e03c9dfe63b26d1fdf1902aa497f2758025 2,344 1.00/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 783.08 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: 722.52 GB
    • Received: 18.40 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.