Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,080 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,141 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (819,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,054 91,054 0000000000092798f50de44774762ac36499a6b64559a811252ee55abc0309dd 0.00 MB 2 0
91,053 91,053 000000000002c47e0fffedf903447caf2dd9393e543d40cce3be1e350d4df7d1 0.00 MB 1 0
91,052 91,052 000000000005ccbc0f93e5c90bc8ce170a1f89f086037e73d3272d005cb2e82c 0.00 MB 1 0
91,051 91,051 0000000000059e9c63f2ff5b0660534a8779cd2b0216c0bf21626a6bfbfe2974 0.00 MB 1 0
91,050 91,050 000000000008bcae967b9304ae9a1b916cc77313c9bc13e5663022d2a591f48f 0.00 MB 4 0
91,049 91,049 00000000000ba90cdeee6f8c9db431f0f0656c9068295aaf64585c1da3d8fe63 0.00 MB 2 0
91,048 91,048 00000000000bf5cadbecd47918f84b8df385fe2b27032771de981e51f4932b0e 0.00 MB 2 0
91,047 91,047 000000000007496a6a29e42596729f3ca1f0913958963cd49abee2b7b525d7cb 0.00 MB 2 0
91,046 91,046 00000000000da387d18f3c90475b3e0ac10a1c61ab3ef929d5af8f2e5c530c19 0.00 MB 1 0
91,045 91,045 0000000000035108858eaa726cf1b62164e8a00b05a3d220b6ac89e3af2afda5 0.00 MB 1 0
91,044 91,044 00000000000dbfc3dbd2347498775fcde8ceedbb400db9b5b20b1ed74d521be8 0.00 MB 1 0
91,043 91,043 00000000000acb2339372de29efaee4cd36ca6106bde6350456329da7984f5c0 0.00 MB 2 0
91,042 91,042 0000000000034de9c79d03d21f1737e87ec9147d8bd3b28feb6c6d66908054e5 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.24 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.