Loading Tool

Explorer IconExplorer

Memory Pool

4,775 transactions
2.73 vMB
0.00511320 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.54/200 MB

Candidate Block

Mining Attempt 9a5fa6aae50b6e639186aa07710fcf5b93a0934263263f6b9ce2fbb0f7803294
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 034c25e781661aa7a9b017e1cd3110c8335f26e2e0e258f5f8527b9abf01c624
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.00327153 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (662,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,335 251,335 000000000000001583e2310121683f6520724474fed5d222e681dc933883fdf2 319 0.11 vMB 94
251,334 251,334 0000000000000004c10cce168190e05c805e5d407208dcbcaae71f0a7a0113d3 74 0.03 vMB 84
251,333 251,333 0000000000000036c0365db032c81d7b22ad93e815993d148bbdee37a4adf5c6 323 0.14 vMB 170
251,332 251,332 0000000000000053e20ef149ebd6d32372edba5ad169364f90fda3356e728262 32 0.02 vMB 35
251,331 251,331 0000000000000005f429f2fcc5a0c77c3b516acc6c57fca8df2a0cdaf4888c5c 399 0.17 vMB 197
251,330 251,330 0000000000000030146aef578419bcd908e90cc7cd70f211990cb4ec9e1aa5dd 228 0.09 vMB 157
251,329 251,329 0000000000000002ff473808540f77065ad7918f33c11c09b959ce73852e2cd1 87 0.04 vMB 173
251,328 251,328 00000000000000313a556b15de2ad7b395ede6a8c36d07bda52cf455fcdf95d2 335 0.15 vMB 123
251,327 251,327 000000000000002e6876faac44bed9de5eb25ebd25f4d212b20b53e09e918785 128 0.05 vMB 121
251,326 251,326 00000000000000545a61e0fd98ce4256bd29f124ceca7199bd110facf61491e5 1,167 0.45 vMB 125
251,325 251,325 0000000000000027df6ff03ed78d376ec8a52ab720617b17caff31b100ce3776 130 0.05 vMB 117
251,324 251,324 0000000000000059b057b0bae2479a3fb86ec46d6cbacb9a8271686d6075bc28 42 0.03 vMB 73
251,323 251,323 00000000000000345e8b7d89d209ce6f97e59df08fe7580572722696f6cda4ae 88 0.07 vMB 65
251,322 251,322 000000000000005cf1bbf54c808a049fc925494b0a814c7869be94ee5415ca05 172 0.10 vMB 108
251,321 251,321 0000000000000029d74e8891d5bcd553144147e2faa39b698c0dc51a56e09071 82 0.05 vMB 38
251,320 251,320 0000000000000039476212ba265f62bf09e01360fa90dfd61d7492fbdf767a4f 256 0.13 vMB 123
251,319 251,319 00000000000000502750c8c4ab8a4e80cb2671706e948f40b5d53a17af2182ac 512 0.20 vMB 196
251,318 251,318 000000000000004d454ce7fe5a875f042eb47142ff62b398c2905224fdb50259 61 0.03 vMB 116
251,317 251,317 0000000000000045688dd8755156a00e90bfa196f7ea04001fe58c1cac55143e 84 0.03 vMB 88
251,316 251,316 0000000000000038fdcc94106d2e9cfd53d54eac59ff156031ae06cb5e1e1a2f 316 0.13 vMB 94
251,315 251,315 0000000000000039d6d92783fbb8ca1ffce59b00647a3ebb30f4b5b17f6fe5df 256 0.09 vMB 110
Previous 10 blocks ↓
Total Size: 779.72 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: 364.34 GB
    • Received: 1.75 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.