Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,412 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,705 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (819,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,041 91,041 00000000000b4ba8c4af40f5ab41e8e6e75787de8eca79290ebe0b5d819e0289 0.00 MB 3 0
91,040 91,040 000000000004f1c539cff43b2631bf2b1f39d8338b16273f950c43c5fd8fe3dc 0.00 MB 1 0
91,039 91,039 0000000000032443784ed44f25df69d4e17bc8087a133ab0cf89e80b1993d075 0.00 MB 2 0
91,038 91,038 00000000000e453465e365f6edac7ee9991488f665f4c2c19e9658366962c55f 0.00 MB 1 0
91,037 91,037 00000000000760745257ea6978143aba6d557a8067bf200ad126b0ccb48625db 0.00 MB 1 0
91,036 91,036 00000000000e58b1801d043143df5b8fefe293a1c1245be2c19c5a7145964f49 0.00 MB 1 0
91,035 91,035 00000000000a8a48ae288eb40a1e1630996db1bc632ff290c9d61695f9bc291d 0.00 MB 2 0
91,034 91,034 00000000000232e1de12e2e8e94967c78e67edb9714706d6a9c5434ee31e1ac7 0.00 MB 1 0
91,033 91,033 000000000000be6ce025b85b586ee86ce8fd9d1785eb2c113a3b203ae821a435 0.00 MB 1 0
91,032 91,032 00000000000dc35063f4309c795a3661904c44a0f3864258a8a31377d44f8063 0.00 MB 1 0
91,031 91,031 00000000000157a89e817515b9b8a4bb1746f2fe70375f59692015b5d6785113 0.00 MB 3 0
91,030 91,030 0000000000073aa22389f6bdd9da891f95a9dfd79b8ee402bda2a5820d00f381 0.00 MB 5 0
91,029 91,029 00000000000d231e9e2c9eb91c347a01a1d1a08026c87c7e9ad685dc9d3f644b 0.00 MB 1 0
91,028 91,028 000000000000379b10a96ba19bdf837c84cbd7c0e3f5c200077c5609f5a07fa4 0.00 MB 2 0
91,027 91,027 000000000004bec1a8c61b925d6c442f791d06e39c3c40e3482c30fd2e40c8d3 0.00 MB 2 0
91,026 91,026 00000000000bdbc2572ac68bafd86a78bc94885b743bba17c64cb2e8d94e4395 0.00 MB 2 0
91,025 91,025 00000000000155661610d178ea253f9d10b0e2a2f9496b136c3f241197a31334 0.00 MB 1 0
91,024 91,024 00000000000c6ae80abbc55c0e9f5ebf35207a5a50af567dbcff9e2f25d73262 0.00 MB 1 0
91,023 91,023 00000000000b1f2e4ccf38909a959e9c26f95366814df070b20592bf8dbd300d 0.00 MB 1 0
91,022 91,022 00000000000054665c593d7924cf5281d8ed7f238ae9af4c0542601838c785b4 0.00 MB 2 0
91,021 91,021 000000000004ea89c2158e777980b8e3d5ed96f35452a78a5f0752a237be192b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,291.23 GB sent, 122.03 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.