Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

977 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,622 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 977 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,621 (849,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,068 61,068 000000000000177131355902f9a7a9d94d1f57aba9ef4430bb01123190325977 0.00 MB 1 0
61,067 61,067 0000000006afbab684b39bdce6e79bf03977708d70348c68a6fd9c80e439427a 0.00 MB 2 0
61,066 61,066 000000000eb3dde4adb50f5f26ad99a874fed1ce7ea4099bb631762670c2b9a5 0.00 MB 1 0
61,065 61,065 00000000079cdc34b6c078d2f6856e1d29e2741e51c48f369fd6bbbceea6af8b 0.00 MB 1 0
61,064 61,064 0000000006e9b80bda604ca13a781bea971387905b077799b846f969cdf99d95 0.00 MB 1 0
61,063 61,063 0000000001e66410521acc16e089d5a3e3dac72c3fac388d53bb254bb38b9898 0.00 MB 1 0
61,062 61,062 000000000268d198773da1759a325d578e8fc6085163f040b4c2f9146e4a1bff 0.00 MB 1 0
61,061 61,061 00000000060aacafde3b80f6a341ae9fdf33e923630d7379f4fe5863bcffff2e 0.00 MB 2 0
61,060 61,060 000000000330bb42041e7d00db297cef21720425b27c2094ff3788938e4e396b 0.00 MB 1 0
61,059 61,059 0000000008451e3fdb4b631e74752df83ebdcea7be0f1c15c56e2f5d9f38c606 0.00 MB 1 0
61,058 61,058 0000000001e664c25af0e13df93cdb40d89b21a03ae3a51e467e1766fa524e85 0.00 MB 3 0
61,057 61,057 0000000005b4aac34c8b63708a00ac0c5fcdc1750e6a236cdcdb66b560b12e9b 0.00 MB 2 0
61,056 61,056 000000000af6723e8cf3bcc68b4d8af491ae6155881ddfbcec7db078431fa673 0.00 MB 3 0
61,055 61,055 00000000082d1a1a5cc78b6c2af61eb69072777d444e2e67245dcd92d4e3cb3d 0.00 MB 1 0
61,054 61,054 000000000addea73cdcd93b4a1b837b9943e5fb74295415da2fe296dce83ad76 0.00 MB 1 0
61,053 61,053 00000000058964830a69d3e443117605e58557b7e41ac9f31ef2116b00a3361f 0.00 MB 4 0
61,052 61,052 000000000cadd2fd362ad3bf3377c313f27582d6491c746f1978c2df2403f303 0.00 MB 1 0
61,051 61,051 00000000028a79b849e7e1ec17cab20f90ac0f43fa499fee81a92381d1af52a4 0.00 MB 1 0
61,050 61,050 000000000e9164f85d22267619d89472caa3a465996b31ada0653c14013eb183 0.00 MB 2 0
61,049 61,049 0000000007cdfd77a57b32a0d6b0c18b4ac36caeaeeca55219591a649739bc04 0.00 MB 1 0
61,048 61,048 000000000a2dbacc684f97809f2b60613e1751ee2dffd5251bbb5f55a380326d 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: 11 outgoing, 114 incoming
  • Data Transfer: 2,258.46 GB sent, 121.14 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.