Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,716 transactions (1.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,863 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,862 (893,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,668 16,668 00000000914ecbb6a9cf5f09a256e83a0dda8712167934ce7525cf05ab2ddb1a 0.00 MB 1 0
16,667 16,667 00000000a8a3436f76aada7e621b636b664ba776d6e0c028531a0260f7c3f09a 0.00 MB 1 0
16,666 16,666 000000001051834d5582cde5762099f0ec6fc91f0625f2c8d6b751730a975922 0.00 MB 1 0
16,665 16,665 00000000ca34c6d15202e8b5784e447a766b1fe9e01b6a6b7b07f2b1f10f6005 0.00 MB 1 0
16,664 16,664 00000000f89e598c5567e776730b220e056e29fffaf101cec525b2f1f83a5761 0.00 MB 1 0
16,663 16,663 00000000fa8fee3add9cdffc6149b20f09de32fb5796732a259ffa94759603e2 0.00 MB 1 0
16,662 16,662 0000000082a7095754156fa29326627b29d64a5991d347d1e5bdbfb56d203ac7 0.00 MB 1 0
16,661 16,661 00000000fe0baa20954018eaede3641026de0020712a5c33ecdc35eca3e0d586 0.00 MB 1 0
16,660 16,660 00000000aeed905a30ef2437fcb500dfe3d99c8f071368c81aa79471ff4ce92f 0.00 MB 1 0
16,659 16,659 0000000044e5a116add6e408eb389fdbe859f1bc5d889e7044306a7c4aa8c058 0.00 MB 1 0
16,658 16,658 00000000b7e04469140eecff100ae770cd376212cb4f8fc7969857f316509f94 0.00 MB 1 0
16,657 16,657 000000008e51b80f4598810dcf39a86743ffbf960a5e83f905c6e055cc466966 0.00 MB 1 0
16,656 16,656 00000000eea1f241b80846bb2d98f18e41979fb9f9eda482d5be29a52790a6d5 0.00 MB 1 0
16,655 16,655 00000000a40e31cf6398780e8b09136378466fcbcf95e563a9a635f7783d35b9 0.00 MB 1 0
16,654 16,654 00000000831b65c14fc3465b69d46b287defadd56928e70ef466fb9a3beca5c9 0.00 MB 1 0
16,653 16,653 00000000ab7a7aa9ec613ba46434e7ef25c10c7da84536f3af85c4202601e892 0.00 MB 1 0
16,652 16,652 00000000da90d29c853413c56db17f97c97ca903ed7bf1562cf39ebaef9f8916 0.00 MB 1 0
16,651 16,651 00000000cbf40457562e267d3fc71f00279e5dd231cce629d324730bc15ec377 0.00 MB 1 0
16,650 16,650 000000006e67adc4c7eb4699eec023cbf23b58f1a3bbb8e0ec87d7a33c8d0795 0.00 MB 1 0
16,649 16,649 00000000d5a72a11782859a66ede1c713ac231cf51e707207924deb1babac4ae 0.00 MB 1 0
16,648 16,648 00000000cc25e8d47d6e0fe8b579dc73f75901c770b11ff831aa513028868f01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.36 GB sent, 114.02 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.