Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

585 transactions (0.19 vMB)

Priority:

  • 1 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
911,928 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 566 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,927 (347,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
564,781 564,781 0000000000000000001593ced843a2c652d5a1d43a94a17e41c94ee76de7eb41 1.28 MB 2,878 42
564,780 564,780 00000000000000000028fa8a191c032b535a1c55e34859c09378ecae465213da 1.31 MB 2,996 29
564,779 564,779 0000000000000000000c049b246135135025fd3afe8104dc393b6df7160d67f7 1.31 MB 3,031 24
564,778 564,778 000000000000000000038c4f2a09cf37aa03ae1803187d6cf676520a927aebb0 1.30 MB 3,001 46
564,777 564,777 0000000000000000002628e694198a0dfc82d85e9cd066515351ac0a8da0e600 1.15 MB 2,904 15
564,776 564,776 000000000000000000293aa74563f47a43c5c433218a92f5a9bd366d2f9ff789 1.28 MB 2,714 22
564,775 564,775 00000000000000000002ee312e966a1d82371c0ef7fd6104d2798787433fe59a 1.31 MB 3,270 43
564,774 564,774 0000000000000000000bb668848528f8d9f1871336facedd0f26900e8008bc06 1.24 MB 1,880 23
564,773 564,773 00000000000000000022e6cd37983f0e3138c75295b9ae60b1d777edc7da75cb 1.31 MB 2,941 51
564,772 564,772 0000000000000000000fc4d3d9a5ca54668477eced409573b73e8f7a019a2a95 1.36 MB 2,532 14
564,771 564,771 00000000000000000009c921e314d779c83d151bd0f5aa76361855780838a2b6 1.24 MB 2,825 26
564,770 564,770 0000000000000000000a046c1e5063d757826197b103a65f6c5b435f9d1d8a2d 1.13 MB 1,620 13
564,769 564,769 0000000000000000001762e22a7d7b12d39ee605f046a8f5c24df5348d920b93 1.13 MB 1,456 6
564,768 564,768 0000000000000000002346e62f67a36f9574f56eeb4165acda1756a670f1d8ea 1.09 MB 2,675 8
564,767 564,767 0000000000000000002b93d7d40ac8f5b9d7e9b0986caef23a4ebf20bd05d2a3 1.28 MB 2,764 37
564,766 564,766 0000000000000000001c944003147f81cf170ede24af4545c913845de105305d 1.32 MB 2,965 24
564,765 564,765 000000000000000000288a38dbddc90ff04e7ec9c78d436d11b2c51e5c65c56d 1.28 MB 3,048 47
564,764 564,764 0000000000000000000b564119f9f3f696c67ebb5f54c4e7cfcc490356016629 1.21 MB 2,992 22
564,763 564,763 0000000000000000002076903fe5a96bf190b354639f70a2616eb080780ded03 1.29 MB 2,328 22
564,762 564,762 00000000000000000028b78a60855dc57f08389098cbc6be188b190a0bb69f02 1.21 MB 2,497 25
564,761 564,761 0000000000000000001f4ae015b54a6a5397008918e2c3661b5e0066dbfe9113 1.14 MB 1,991 13
Previous 10 blocks ↓
Total Size: 776.95 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,489.52 GB sent, 133.21 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.