Loading Tool

Explorer IconExplorer

Memory Pool

22,522 transactions
10.22 vMB
0.01949951 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.42/200 MB

Candidate Block

Mining Attempt e0ede3b29c666e042ca877e42bf9329559b37052ac1ebbba79dda881b5491481
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 666a864ab7fc2a76540ac47e6a089f698f4472fac0f443be440d644872fd9a04
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,848
Size: 1.00 vMB
Total Fees: 0.00288837 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (755,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,253 158,253 000000000000094059f41f2578080eaf617ca400fe84261eeed88975f3f755f1 6 0.01 vMB 16
158,252 158,252 000000000000080f055ac7a60deb8613318c1c0f298940984cecdc254f239c1d 25 0.01 vMB 50
158,251 158,251 0000000000000a139f3e2ac8f82a7fb721ed413249d8f4ccfebe4d31a8a9afcd 15 0.01 vMB 263
158,250 158,250 0000000000000165006cbf8977f3f1852a8334865cc2460d2e5aaf6b1a338ad0 122 0.04 vMB 24
158,249 158,249 0000000000000205a8a0396d2040b4c2c5a837222446a445c892da6d04d77f6e 37 0.02 vMB 15
158,248 158,248 0000000000000b89311e52fa38764606d4265e84bf81e8437b51839d14842b00 102 0.12 vMB 189
158,247 158,247 0000000000000645fd63f435e7ea0e74d6959fde99254f1668f8c5c44672c992 12 0.00 vMB 136
158,246 158,246 00000000000009a472b54621fa04a1f760cd17a21b026eadc6bccf97001c846b 149 0.05 vMB 55
158,245 158,245 00000000000003e717e34772e51ea172250678eb0858a33161b20ecba343431e 61 0.02 vMB 109
158,244 158,244 000000000000019d0e3de0eb82320cbf77f3718e5c5436515f4be59220d8881a 92 0.06 vMB 164
158,243 158,243 000000000000062c3e55ba8d4a12522dc495cac4d20549af16595c6353ba9787 11 0.00 vMB 35
158,242 158,242 000000000000081f7ad5ad84228237ba6f6930b0bbfc6c3dd53cc591f378675d 16 0.01 vMB 74
158,241 158,241 0000000000000dee1c54ad0529a502fcde8ce97b472cbc8de286f95e4acb21bc 78 0.03 vMB 171
158,240 158,240 000000000000074cc6abf1d54dc4c0aa2e136022f2697bcdd9e4b8440be8722f 33 0.02 vMB 58
158,239 158,239 00000000000009d17d141556e68f1822f3fb97bdf4ecb59fea02b94272e6b97a 1 0.00 vMB 0
158,238 158,238 0000000000000464f3ecb132fb44fa6438d48dd928130d9dfa2cd7656f806630 37 0.01 vMB 239
158,237 158,237 0000000000000d5434077a926f6980a66b6d7dd409769efb3f9bb511155f3df5 34 0.02 vMB 133
158,236 158,236 0000000000000c97c00a25f59a5a273ca6df7cb56c9b020e8ec2df2d8e83a161 38 0.02 vMB 165
158,235 158,235 00000000000008a07bf3e8e4b4a31a43b486759171ab3b8ea7af09b3db589e39 66 0.03 vMB 232
158,234 158,234 0000000000000120aa878e32464717972843572868c9af73877b472107dbb812 42 0.02 vMB 248
158,233 158,233 0000000000000c245230b9a5afaa175fc99b15cd820112b9fa418ee7e1dfdbc9 8 0.00 vMB 100
Previous 10 blocks ↓
Total Size: 779.79 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: 404.46 GB
    • Received: 2.11 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.