Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,363 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (870,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,917 39,917 0000000084e1a48c88f6b9be12888326068da7360170d129db6cd9ebf3d66156 0.00 MB 1 0
39,916 39,916 000000004e83586d3a414339bfff00cd7692220677965a85489404af6d2ba145 0.00 MB 1 0
39,915 39,915 0000000041b8a86ac4a64756cf43d68f98b9a21c67aa78dc19d0a63a01b3da9c 0.00 MB 1 0
39,914 39,914 000000001f51c33fd97df0ce5b6e224126aaa3692c3375e7653ac95152c035fa 0.00 MB 1 0
39,913 39,913 000000000953c51bf269911eab97413cac4c84b2fece8af356afb1c83d203f68 0.00 MB 1 0
39,912 39,912 0000000045e5f2ba2cb65598216970464113fa0cfc1843e00e4dff65eee59d6d 0.00 MB 1 0
39,911 39,911 0000000084ed57f7bd14cdaf65e7d0a8408fedf642f417564efc2c67de526330 0.00 MB 1 0
39,910 39,910 00000000101e8f9005baf8b0afa4903206cef3309c23c29565b748a85607e5bf 0.00 MB 1 0
39,909 39,909 0000000048c6322e76c75b9de9a9e782ec3077bb9f36748cfcffb82fe0df1274 0.00 MB 1 0
39,908 39,908 000000002f44e70cf359a44237cdbc97456da637ece307bbbb7efc6d863db70d 0.00 MB 1 0
39,907 39,907 000000000b08b138cc5d8240d52eab2f85e9fea23cef6c99e003cf36177b08aa 0.00 MB 1 0
39,906 39,906 000000008761697c8b34f45403db6c7e492e1482899b917a30198300b98e72bb 0.00 MB 1 0
39,905 39,905 000000001a3b1cf6925691db6b8ceb885960628d249fdc7645643434fad6cccd 0.00 MB 1 0
39,904 39,904 0000000067739b90c506f3205cc5c33918c223ee4b7348ef77451f1bef801e1d 0.00 MB 1 0
39,903 39,903 000000005af073acca7710284b0f213a9daca825d9ccbf147a50ff1499c3c907 0.00 MB 1 0
39,902 39,902 000000007efd43256ce1eb20046b5f2dd4ca04d5968035b712090be235f90a04 0.00 MB 1 0
39,901 39,901 0000000066a8f210e60553e276165b278fa3b178987e18c5abaa14b696bf7dbb 0.00 MB 1 0
39,900 39,900 00000000128749d9400b7bba390340445963d1ecce3a7262c4d17809e80920bd 0.00 MB 1 0
39,899 39,899 000000006b33da73f25f3601f06f43da437a3b456b648a445570214b30df3faf 0.00 MB 1 0
39,898 39,898 00000000645cf11242a10a03c4a57a26d6516920f8e31ff88906888b9e2367c6 0.00 MB 1 0
39,897 39,897 00000000046083edb036e3577ad4633941fc779db297de32879b92a55329b29b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.03 GB sent, 121.18 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.