Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,830 transactions (2.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (872,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,717 38,717 0000000016823cc0649f537aa9a941d5ee2d43441b2cd6f597279c98556d1ccd 0.00 MB 1 0
38,716 38,716 000000005ad774a48693ee26640591f9747e1ec7cbe95cc8bd44c5dde5f5e973 0.00 MB 1 0
38,715 38,715 000000002f95e743c156e4210471093bf2f63ed38be4fc443689956fb3108bd1 0.00 MB 1 0
38,714 38,714 00000000727b3768b5156f0263ba6aeade718168f4eb92c55256f70cc8389948 0.00 MB 1 0
38,713 38,713 000000000a0c3ed7d1d47b816cee5a06cc25c7a7251a3565cbfed996eec71519 0.00 MB 1 0
38,712 38,712 00000000586b6d27ca55d441b786b37eb17e1090c3647eabed85d16fe72ceb13 0.00 MB 1 0
38,711 38,711 0000000081d2cb79a7f48b6d36929886e5ad2c768ff424e49ab7a614e6522bce 0.00 MB 1 0
38,710 38,710 000000005c924fc741f3ba027da3ccc99719cb26696a148e9915ac5f3f214dc6 0.00 MB 1 0
38,709 38,709 000000005f986872d4a054586deec06313c1d524535cce804ab61a57223ba428 0.00 MB 1 0
38,708 38,708 0000000070e73d9cf0e33d22232fbb9a395483a69d2dad6bef317762d7043181 0.00 MB 1 0
38,707 38,707 000000001579f6dd590292e28db359bb3c320269e87a205290e1609b365bf2dc 0.00 MB 1 0
38,706 38,706 0000000037869fadd130304e12ae0a9af1f22c8e7bd339ba7357846aebcf5c15 0.00 MB 1 0
38,705 38,705 0000000055591d1213c76a61272e7978b59c678f6040f0f9aca410249846e818 0.00 MB 1 0
38,704 38,704 000000008ad12c5856d8a42764b81851d7914ac7872b59bbc0308dddb5d41a66 0.00 MB 1 0
38,703 38,703 00000000092922eab2ff410a9aacb4eafc2d56d53ded04eedd4e3b72088752ac 0.00 MB 1 0
38,702 38,702 000000002f229f22d63c8d06b202c98611fce75cc0dfa1ca0f36532485de1e41 0.00 MB 1 0
38,701 38,701 000000005cf9f7f489627e57b73a325ae7b9a9e8955bc6de32f618977c84aa8a 0.00 MB 1 0
38,700 38,700 00000000109645498eaa6f4eeb858a3097e9f37c65201713848fda6c9a1b6646 0.00 MB 1 0
38,699 38,699 00000000004c20d872d6ce7e5d5e971319a11d3da0973177f5062343c13150d2 0.00 MB 1 0
38,698 38,698 000000007bff22a25378c40c8aadd7e467d41c65937d1b585e696b2cbb5e6a0d 0.00 MB 1 0
38,697 38,697 00000000655997eb727d1bd5f636b439850a4c045f8bc460eeb442668ceadf9c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.68 GB sent, 123.66 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.