Loading Tool

Explorer IconExplorer

Memory Pool

52,630 transactions
31.59 vMB
0.11559553 BTC
Random Selection Loading Transactions
Max Size: 168.99/200 MB

Candidate Block

Mining Attempt ca67f6965dafcf22c72384cd6ef58d7a9643e4c283add44dc6e12786381b6235
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 0f720b1691370e57c4528dd6f6c4df443bfea325b48cf44e9118e9f3cd6cb5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,838
Size: 1.00 vMB
Total Fees: 0.02394421 BTC
Feerates: 32.88 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (312,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,436 602,436 0000000000000000000490c8958f031bb300e4b6929a9946e7044f2fd98db55d 1,767 0.67/1.00 vMB 25
602,435 602,435 000000000000000000054546bd472ead518255a90c8a99b4785233ff78402b5c 1,829 0.69/1.00 vMB 21
602,434 602,434 0000000000000000000d252a3d7510124a6f26eef57328309c390290b5542424 2,986 1.00/1.00 vMB 19
602,433 602,433 000000000000000000056f305d5305ebabf487bfec07b0505aaeb56b5e000dc7 2,380 1.00/1.00 vMB 30
602,432 602,432 0000000000000000000da3c74a53818c06c91d0ea0555f6e0c8ac48e0a2a4742 2,401 1.00/1.00 vMB 33
602,431 602,431 000000000000000000087bc2941429d5029aab4f054db4e4791d5639eef8c392 123 0.04/1.00 vMB 22
602,430 602,430 00000000000000000001de65c8769622c22340e2b7f5baa0e0e99a551705f17d 593 0.16/1.00 vMB 17
602,429 602,429 0000000000000000000def7713b5c5439fd24dd05718f1bf04bca91ce13a8b02 583 0.24/1.00 vMB 32
602,428 602,428 0000000000000000000296b1e89b60881297a996cd38a8a23c93b4de411a6069 1,989 0.78/1.00 vMB 13
602,427 602,427 00000000000000000004bbdf042004b0c953fc3689d0dc0cd6a9d8a92d6ec912 2,798 1.00/1.00 vMB 41
602,426 602,426 000000000000000000138a744a82da26d4332b5740d75cb4ee150d14f9d801cc 815 0.37/1.00 vMB 29
602,425 602,425 0000000000000000000370a869e515d787d0b4b4949f029532da09e136fbbee1 1,223 0.49/1.00 vMB 25
602,424 602,424 0000000000000000000ea691e98be3a7b3a9c2d10071d3d98e4efd3f81286586 1,572 0.53/1.00 vMB 21
602,423 602,423 0000000000000000000a914e4037f165e3157d61279439fe89c506fe249b21be 1,184 0.49/1.00 vMB 18
602,422 602,422 000000000000000000040d92e71e7133a97a511420000a485908dd1098bdd95e 2,662 1.00/1.00 vMB 20
602,421 602,421 0000000000000000000058a9af5bfdba5b50585043b7186f8c870c2a59094f40 2,875 1.00/1.00 vMB 9
602,420 602,420 0000000000000000000eb482bd8436b35befedacd77ed6fc41af9b15cee4d202 2,582 1.00/1.00 vMB 47
602,419 602,419 00000000000000000013ec3ecb9afb083ba79b1e9f768c543f8bc5c88ff4f366 1,303 0.49/1.00 vMB 26
602,418 602,418 0000000000000000000ee61c1219b49f469b3d304c028564b15ea824bfe55e39 3,623 1.00/1.00 vMB 26
602,417 602,417 00000000000000000001dd394095fb274cd87f24e8fb3efdbbdccf11b9d0eddc 2,118 0.71/1.00 vMB 20
602,416 602,416 00000000000000000008f8a64b3ea85e6bb95a1d86aa19bd0acaa85ae290792f 2,738 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.