Loading Tool

Explorer IconExplorer

Memory Pool

26,020 transactions
26.91 vMB
0.10630850 BTC
Random Selection Loading Transactions
Max Size: 128.84/200 MB

Candidate Block

Mining Attempt 3daedceccee47166fb06406ae6934a68f53a62261fce4f664116e5d49232ce27
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root a3ad2034dcd04a5bf5c07b93fbf9afb2c7d82a5bbae11c1013432dc59322a5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.05574839 BTC
Feerates: 502.40 > 5.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (306,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,645 607,645 00000000000000000010698a7be6234fc1900b593a7b331fc0d252c6f45f3ab4 2,743 1.00/1.00 vMB 22
607,644 607,644 0000000000000000000603576874cfe2fd727e64ddbb61d174676f3a22f97941 2,804 1.00/1.00 vMB 21
607,643 607,643 000000000000000000035b696ff55ada611a6d2bc9aa95c4d78e5d1d8d14fd4c 2,929 1.00/1.00 vMB 13
607,642 607,642 0000000000000000001048b9eb983189f9997bc03ca86e008c256934864e41d2 3,150 1.00/1.00 vMB 34
607,641 607,641 0000000000000000000f8f67f5d12532d5fff2051c33e4c7104644e55c42e430 2,070 1.00/1.00 vMB 22
607,640 607,640 000000000000000000092824dcf984947a3c8d42b418db87ec6cdebd05a84d73 2,552 1.00/1.00 vMB 30
607,639 607,639 0000000000000000000916fc28c37b82affee6a0165750c7321d8cbd6df5d9e5 2,208 1.00/1.00 vMB 46
607,638 607,638 00000000000000000003c238fc3030d8a6cdfa160bc53733422aefddf7d9c5d4 657 1.00/1.00 vMB 18
607,637 607,637 0000000000000000000ebf98867601b93fea0f0ecbf3bfbde794540ee7f17200 437 1.00/1.00 vMB 19
607,636 607,636 00000000000000000001f7d3d53c8003539ff70b4fadd5eaccf364cc2e0091be 907 1.00/1.00 vMB 23
607,635 607,635 000000000000000000018cf60079eed42650b6ba03515e1aa75f017ad8cb8f62 2,419 1.00/1.00 vMB 8
607,634 607,634 00000000000000000003e19b96edc896c623c5b22d5222233db6e5a807bf760a 2,537 1.00/1.00 vMB 9
607,633 607,633 0000000000000000000f620c8ed6a9b7bcdf65a7de2e0899fd1672d07a4d5bc8 1,409 1.00/1.00 vMB 10
607,632 607,632 0000000000000000000e0d5a1d9e7af52299a4d68fd405d4bd0bc0fa776f5e82 1,975 1.00/1.00 vMB 34
607,631 607,631 000000000000000000007bb9ff2d80f2885553d2a9963c5af8ae2311a405fb5a 1,746 1.00/1.00 vMB 31
607,630 607,630 0000000000000000000e3d28b453a824f9e7e2898823157ebb28b2c70d5e4596 1,785 1.00/1.00 vMB 44
607,629 607,629 00000000000000000004eb53aa2f62e9e2e4cb86533840ca3f0956f59a751957 2,572 1.00/1.00 vMB 11
607,628 607,628 000000000000000000137d6e2faa609b2e5d7c88e73cb836b4fd170367575457 2,168 1.00/1.00 vMB 15
607,627 607,627 0000000000000000000db8087ef6a367138a359e556aa9456165f90327100175 2,856 1.00/1.00 vMB 27
607,626 607,626 00000000000000000014688ccb355bd2d0af2466d06a0dcdfc3140a3ddab4937 2,646 1.00/1.00 vMB 20
607,625 607,625 0000000000000000000e3085ea279383d6d4f8c6d89c84e0a577000a9fa021e2 1,001 0.30/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.49 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: 611.80 GB
    • Received: 10.90 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.