Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

583 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (878,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,701 31,701 000000005d3f783f7e52329154ce092eef2ec360e0b2f9cdaabf9e9ec1b08f93 0.00 MB 1 0
31,700 31,700 00000000be5cdba89133e7937a5f4049116f3636af10019a12626d0510321b97 0.00 MB 1 0
31,699 31,699 000000000e3d5a42f63b1ec06198fc09688d02752266a6217024c33fb5816f07 0.00 MB 1 0
31,698 31,698 00000000105b91f98921eb9803d915d951b2b29c82750e522d4e75a7d12ab24d 0.00 MB 1 0
31,697 31,697 00000000ed701d94b6dfa27a6847e4170f0d0c22138a28725f4691fdff1be961 0.00 MB 1 0
31,696 31,696 000000008e5f4a3bbfc413b49b20029b0c1ad15f7127259259c518e4e9bca47d 0.00 MB 1 0
31,695 31,695 00000000deb2c82cd3efa05661f842dacc81f1e1d4dc5bafc37969af6a2af81a 0.00 MB 1 0
31,694 31,694 00000000e5cdef46666624208fc848275ea50547cc96a4e99f9551b93d2a6f21 0.00 MB 1 0
31,693 31,693 00000000ddb697751ce199107f78644b030639c5e9c0875efc1fc0dd39a06646 0.00 MB 1 0
31,692 31,692 0000000024df1b2c6cd6c9052b0c3dce18de23ab6cc24b065f2874f00f856001 0.00 MB 1 0
31,691 31,691 00000000258e3496fb2d7556b0a292bef0a4359d483321ea09e446ce50c4f05e 0.00 MB 1 0
31,690 31,690 00000000d4d1cc84b8b9f19b17ad0ba542b6a2463d08f0b125315c84bcb8c14b 0.00 MB 1 0
31,689 31,689 000000006692eb74206ae38a93321d92a65339192cd4c2a99d0679f1a4544774 0.00 MB 1 0
31,688 31,688 0000000006508b614c1a0882e3f85bc7407c9d43d1316bc76ef3f68106275c2a 0.00 MB 1 0
31,687 31,687 00000000f67ac9392f0b06daf7b2e2b4f48dc1fbd27717de1c6ae26b71211a55 0.00 MB 1 0
31,686 31,686 000000003467bb4fd1d51519b3938217ec75549bc22465c86ddb0e72fd4f9d1d 0.00 MB 1 0
31,685 31,685 00000000a026a3dc4a0a68da4476076fc193a5efb2528120b2221783be4c2924 0.00 MB 1 0
31,684 31,684 0000000086405eea3d8794b23b2ba641cb6f3113e55a034143add7029e008fff 0.00 MB 1 0
31,683 31,683 00000000a4daba366606f681de35bdec0bf7b9c5b71f09da1de036326f5c6b8a 0.00 MB 1 0
31,682 31,682 00000000c7c9654bf07d3a2d05fb595e9e248c0431c40b39c9c54ea03ef6849b 0.00 MB 1 0
31,681 31,681 0000000034471d7ea397cd9ef7ff7c5a3ad492503c2e5ff113e1c4fe2cdb440c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.28 GB sent, 116.60 GB received

Notes

  • This page updates every 5 seconds.
  • 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.