Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,517 transactions (2.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,815 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (824,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,861 85,861 00000000000bd4ec43be994521577b8c7c0ab52b33b2bdac5202a54e1aaa50b7 0.00 MB 1 0
85,860 85,860 00000000001e0e724f643fd6cfe2d706f8b584c796c697b78304c9467f68eaa6 0.00 MB 1 0
85,859 85,859 00000000002030d8f6e31a3b6721215793bfb7aa10062f864256c3864e28a00f 0.00 MB 1 0
85,858 85,858 0000000000101f47ab2143cd87bb59eaefb4fc96fb7200eb10cc4242a4e37d54 0.00 MB 2 0
85,857 85,857 000000000001776c187371a8c7fc70f3dd88917e95446fc8152bb589370b5842 0.00 MB 1 0
85,856 85,856 00000000002d543cba6f69cee196100ac97661882c413a54b69744fe41f63631 0.00 MB 1 0
85,855 85,855 00000000000f2ab1226663ab8534845ca1449219d4065419cdb8502801b6d8cc 0.00 MB 5 0
85,854 85,854 000000000028cd9986b227c3944ed071c35ab3e1d3dfa97e5c8a93ff69e802d2 0.00 MB 1 0
85,853 85,853 000000000026c7e91d01b9841d49cf6df1368985490247cae042153e44e0ed00 0.00 MB 1 0
85,852 85,852 00000000002d12453846434fa77a81d9df6ede819eb8b888fede0b982383d5cd 0.00 MB 1 0
85,851 85,851 00000000000ccf3ca5ae9954820641d549189d4aa08d4fc9fb6151a15216187b 0.00 MB 1 0
85,850 85,850 00000000001d315f607bbf6d856c4bf8987ca50afb9f6cf96f06076b034681b4 0.00 MB 1 0
85,849 85,849 00000000002be8d98539167e266039fee7004d0fe16658f5036b241195b95e93 0.00 MB 1 0
85,848 85,848 00000000001dee0c833ea7d08601b7205560daaea9ba8e303206d0f9d5e91e2d 0.00 MB 1 0
85,847 85,847 000000000016f3bc04b735560a44f68a19ad02c4963336572bdee83411cb8166 0.00 MB 1 0
85,846 85,846 00000000000c15cd1b44c47d20b85b73208eb6c9c567909978c5ebead3d0f349 0.00 MB 1 0
85,845 85,845 00000000001f3a45e5226d8dc60cabf9780cfdda1fb5a95fd66abe4c30bc7ef7 0.00 MB 1 0
85,844 85,844 000000000013f9b78fb7bd2ccc97400348df43db5ad0054c319d3cf7819b4c8c 0.00 MB 1 0
85,843 85,843 000000000006d842ac604b970e6952f6470cb36d7d559e044e4efa06c2fa1298 0.00 MB 1 0
85,842 85,842 000000000023d2e88571f167ab48fb2d5ac762989edfbd4fe86da33392dda9e7 0.00 MB 2 0
85,841 85,841 0000000000066bab7fc18ef391e319615230b2115d301accafb06a53ed404626 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,285.67 GB sent, 121.70 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.