Loading Tool

Explorer IconExplorer

Memory Pool

42,662 transactions
26.15 vMB
0.05361856 BTC
Random Selection Loading Transactions
Max Size: 137.32/200 MB

Candidate Block

Mining Attempt 181be013c24f629c0288fce86ae9d5c0f626a7f8929a15bcc2b23e5d5cabb410
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root f749e1f7bc22c2b52a128655ddc5bd50bf52e7b5da2116389176dae4aec7366f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,083
Size: 1.00 vMB
Total Fees: 0.00601167 BTC
Feerates: 100.28 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (536,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,364 378,364 00000000000000000f7329235c57e528e5231972629c2e7dd0461788f23b8a11 1,049 0.45/1.00 vMB 39
378,363 378,363 0000000000000000077002c2dd1f87db9d06b208ca9e1e61c70e1fffcd947fac 70 0.07/1.00 vMB 36
378,362 378,362 00000000000000000188f0b57f2d7a4c821e3ae589c5c55576e6cd7abeb2b0e6 712 0.45/1.00 vMB 27
378,361 378,361 000000000000000005c99a9c4ccf958194f2cad1e789ccf6e43231523ad1245c 1,362 0.75/1.00 vMB 29
378,360 378,360 000000000000000002c9e3352034631ad5815990393472b222b8a8916c3a5dab 689 0.75/1.00 vMB 12
378,359 378,359 0000000000000000037a9ec38abc4f47520ccf067d45c8e8cecc3b4ea58d77fe 672 0.30/1.00 vMB 35
378,358 378,358 00000000000000000add88e41e7752fcf6922e06240a6255c2684b88b7cf6473 1,426 0.55/1.00 vMB 49
378,357 378,357 0000000000000000017dff35b9e33c3388a1bdfd0d0a8ea9afd80745aebb45b4 1,909 0.92/1.00 vMB 39
378,356 378,356 0000000000000000043fa0987491aa6397a080426721a00c15a3c0da32c219aa 164 0.10/1.00 vMB 34
378,355 378,355 00000000000000000af10664bd14d96798d600d72ab590b1956149c01af80549 1,288 0.51/1.00 vMB 49
378,354 378,354 00000000000000000407b43b690934912e19f66d1c7ab269ea61ca57e52caa5d 160 0.91/1.00 vMB 3
378,353 378,353 000000000000000008ae8961e8d8fc8625955388c862402d8b8ef6e7bcb2c011 421 0.92/1.00 vMB 8
378,352 378,352 00000000000000000defbebbe739ae3c21cabfd30c3cb167011fdc70ea4e4238 610 0.28/1.00 vMB 44
378,351 378,351 00000000000000000942dc5232852023bab0efa0843c8cc6176e9e5e7063909a 46 0.09/1.00 vMB 41
378,350 378,350 0000000000000000067163de6e8ecc7297d1fed2b6f5c905448c54ca7dc3a8ee 599 0.31/1.00 vMB 41
378,349 378,349 000000000000000005c9a40c9aec915fc1f53da796bfdad0ee1b34a9c309ec5a 1,099 0.55/1.00 vMB 42
378,348 378,348 0000000000000000033ea65967bbea06267c72c76832d8c5ce911c0c9eaf5051 624 0.26/1.00 vMB 49
378,347 378,347 0000000000000000090e1c6696ee4ee661fec31b11dc57da067cd44d0b1359e7 781 0.35/1.00 vMB 48
378,346 378,346 00000000000000000e7a3aeada7db94a914549f1e1ff99d739d8513d6e1d68d0 1,041 0.47/1.00 vMB 45
378,345 378,345 000000000000000011fa03282bdd297a8df741472f28204bd00bfd22549abdf9 144 0.25/1.00 vMB 14
378,344 378,344 00000000000000000612d4b05611b44f5c74c65ac26ec3fad82ace42ae8dcdcf 503 0.24/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.