Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,184 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,705 000000000000000000022b910000000000000000000000000000000000000000 ago 0.77 vMB 2,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,704 (173,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,270 738,270 0000000000000000000059e169972cb02fde67608b96a0721860b9c66caaffd3 0.32 MB 512 10
738,269 738,269 00000000000000000002291e8e432596e282b9ed983509214b757dc41264de50 1.34 MB 1,284 4
738,268 738,268 00000000000000000006b549a54c4e5b398f39fecd5199a020ec5e910f04f9e6 1.31 MB 1,621 16
738,267 738,267 0000000000000000000099ad810f59f70267b9f77ded8c1005af67eb1e22f55b 1.12 MB 1,962 9
738,266 738,266 00000000000000000002977141750d019d4a37260420117b65262079ac4aa2da 1.67 MB 2,569 12
738,265 738,265 00000000000000000008be340bc3f3ab19dee533e593f074ce200d9b6ef6eebf 0.49 MB 944 12
738,264 738,264 000000000000000000037c1a83f6616d04a579c10284fd6e67121c1959e46dc6 0.07 MB 122 3
738,263 738,263 00000000000000000008a4b49119d103a045ff273b4a532a5d8a707dd7475b79 1.56 MB 2,701 13
738,262 738,262 00000000000000000007cacf6201f2b98892efd6997d30382214385a8a8ba94c 0.46 MB 564 13
738,261 738,261 00000000000000000002806e7a1d085f3141861bade1ba2b50ff25b916d32d23 1.56 MB 3,183 13
738,260 738,260 00000000000000000006f32157f5dc3ecc00ad972cbc1bd0c3f1bc2ce36f1807 0.25 MB 468 6
738,259 738,259 000000000000000000055f672d39fc1be02aca0ea6cf42185a8fdd668d9be574 1.56 MB 3,287 13
738,258 738,258 000000000000000000069c5869149855afc3b3099b05b9ea7d8499204f5838b9 0.36 MB 737 8
738,257 738,257 0000000000000000000779df1c107a98ec59c58fdc55e5b7d872e96024375fae 1.35 MB 2,048 13
738,256 738,256 00000000000000000006b1c0a4cb4852d7241a9600327cfcb1fd4e4fde7c6fb4 1.59 MB 2,860 12
738,255 738,255 0000000000000000000026d28830cf6a39bc51808d0c1be4c11dae6237dbfad9 0.03 MB 92 9
738,254 738,254 0000000000000000000389370e42e7371e47a3cfecaa26fe834705cabaee69eb 0.87 MB 1,750 10
738,253 738,253 00000000000000000006aaa7d9d1176bb5308684647058babb6b9b90b87a0915 0.78 MB 1,050 8
738,252 738,252 000000000000000000025d7e899bd232c4b1266ea354f4c8ceea897c9625c944 1.57 MB 2,401 8
738,251 738,251 000000000000000000068521061c8027c37e111ea6efcfeddd5e7cafb20ab739 1.57 MB 2,984 9
738,250 738,250 000000000000000000003f65c882c9998dd5413443f3d50ff539fd346ed778f4 1.51 MB 2,052 17
Previous 10 blocks ↓
Total Size: 776.54 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,425.97 GB sent, 131.34 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.