Loading Tool

Explorer IconExplorer

Memory Pool

24,587 transactions
5.54 vMB
0.06515197 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.79/200 MB

Candidate Block

Mining Attempt 288eff3b67cf4ab9ac4a7e3a9eda9524c4b29031be4e3162c6e983813a46f8a7
Version 20000000
Previous Block 00000000000000000001637054e6dc23e3f4ad0b25904fe5c667d6200d37765d
Merkle Root 6077292c0ead2aabbcec68df51d21379d2af5f3f144ef4864bfb39168b1a4d01
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,907
Size: 1.00 vMB
Total Fees: 0.04488400 BTC
Avg Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,885 (762,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,155 150,155 00000000000005aafdb1cf2dd00fd2647b93ba25b65eecee4462325767932ab0 0.04 MB 138 35
150,154 150,154 0000000000000002cd4cffe5fa3b3893ce69b8ee6c4415bd13eab69f2ee73bdb 0.03 MB 42 180
150,153 150,153 000000000000064ab9b6a6386183970d0047e0c229d272965b6665a2776fb108 0.00 MB 12 38
150,152 150,152 00000000000009020224c046b39d4efddf9bc881196084ed29b033a0ecb9c384 0.01 MB 19 184
150,151 150,151 0000000000000944287d15946fa3f803eb20df4c472db7af5e021b4e7b2b8881 0.03 MB 63 401
150,150 150,150 0000000000000509358663384bf7fc96f6a08c2c46982cca37a695d9f4acb3c0 0.03 MB 72 123
150,149 150,149 00000000000008ac52ca3bd7cdb8bf50c1baedbebddafa34fc752ca1cb1d9b36 0.01 MB 32 254
150,148 150,148 0000000000000430e0fdc29e2787154a84c60639c0d5a6183a062beff50519f5 0.00 MB 10 18
150,147 150,147 00000000000008fe6c0d6527647282ebb8e839abc69c72f28be563128c38e356 0.03 MB 96 90
150,146 150,146 00000000000000eb635e6c0f1634d356e644de9bb008206aa2f58b0826759a55 0.01 MB 27 162
150,145 150,145 00000000000003221c0ef377f343d86badb25f1dfacec85398992501d944c210 0.01 MB 30 189
150,144 150,144 000000000000097d00c88cd545063e7da2a8bc6b1794f0f87e7d4f71323d244c 0.02 MB 42 136
150,143 150,143 0000000000000b1e87488928f47277b5b8b12677996197ed3946f9af65e41c5a 0.00 MB 9 47
150,142 150,142 0000000000000a1eab0af78ca2fc05128679675f02933788e256cc7d47bdebcd 0.01 MB 25 363
150,141 150,141 00000000000009d360b8257dd112881c59978f0d4215876d3981344a50aae3a7 0.00 MB 15 108
150,140 150,140 00000000000006112647fd6774e0e3405b294f47fc020ab4d9bbf2917373f799 0.04 MB 126 53
150,139 150,139 00000000000001d801e2b7217e11b87b0e4bb4bf722b1bba6832b5855ecab490 0.02 MB 48 196
150,138 150,138 000000000000081e695bee91a736485e037608286e006ddff43a5061350bf00f 0.01 MB 35 135
150,137 150,137 000000000000034b6e4231db57c00320ac83e564eb5dffd0e2f58f98e9c68ce5 0.05 MB 111 73
150,136 150,136 00000000000005262698d2736a1d70b4dacf43ea3a71b831240dbf6d94f5b504 0.01 MB 33 71
150,135 150,135 0000000000000061ae62d468e93ccb3e39f49884639e5ab1966ac8265ab28948 0.00 MB 13 276
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 267.32 GB
    • Received: 2.45 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.