Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

309 transactions (0.10 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
910,535 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (855,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,367 55,367 0000000012a2b0b27a23fedc3df1f6b6d5c1e5cb084f3e4de9279befe2bff225 0.00 MB 1 0
55,366 55,366 000000000e068dd1d197c42002a85a5da08e21303fcbdbf632b2d70bbc9a5573 0.00 MB 1 0
55,365 55,365 0000000003ae8f388ea59cbd137e4faa5c7214d34952ad6a8e6b848911c9d0f9 0.00 MB 1 0
55,364 55,364 00000000134523db8577d8482a9332a4da53f5b6a2a1fbedcbb8896dc46111b1 0.00 MB 1 0
55,363 55,363 000000000c8409c0c3961f161f4609f6f6dcf1e3bfe3d2c34cfb21210395a7c2 0.00 MB 1 0
55,362 55,362 0000000012026bc7add8ce4044cf893b20b9d9217c66bf20e221c7cdf35c38fc 0.00 MB 1 0
55,361 55,361 00000000135a6d1407f1ca313b6551a55329eb9c5c5fd9f144c38694e2a835ab 0.00 MB 1 0
55,360 55,360 000000000e7f8cc958ce70c4c3d74b59ce8db0d673d681e695c87e13b58702e2 0.00 MB 1 0
55,359 55,359 000000000c6f9c00b84105e13d662eb5ccb2a324b663f2eb0c092ccea7ae37c7 0.00 MB 1 0
55,358 55,358 000000000812fb16a26335ec5f05996859ff11574596f33dc02150edfa3a080b 0.00 MB 1 0
55,357 55,357 00000000026cc7c258d93d3581f95ef0c8190befc6df39deb9b550eb67f42930 0.00 MB 1 0
55,356 55,356 000000000de481c93f3ba9f7efa5aed06d3ff65346764c2d30a32224dd6c5c78 0.00 MB 1 0
55,355 55,355 000000001106fe2d245156f6ae3e3ef6faac4ba7d12463c429593738c2e4033d 0.00 MB 1 0
55,354 55,354 000000001348f29591e89d8f3a0ed6e01f3ceaf7551340fefcd206ddda60bb2f 0.00 MB 1 0
55,353 55,353 000000001144f3de5e829748fcd61964abb409c07c1be416852152f7973a524d 0.00 MB 1 0
55,352 55,352 0000000001fe742ae8f614db3081147d625b9694ce68944a0196d4cb492b1f85 0.00 MB 1 0
55,351 55,351 000000000ef5803e91214bfb02ff9041c417e55398f2a9b28ef8548a24191a6e 0.00 MB 1 0
55,350 55,350 000000000324150984440f8d1236871327c75e74e671aee9866da9c5582ee559 0.00 MB 1 0
55,349 55,349 000000000815e7b09eaac45d04f2bc49909e04499a9e8e63dceeb4fea8be43fe 0.00 MB 1 0
55,348 55,348 000000000b470c5df17f7b28f244e33668c4741c009911ab6eca01732a3e6495 0.00 MB 2 0
55,347 55,347 0000000011c1c21cf4d3a9f67e9c1b052e1e12e815cdadfca2c3eefd98cd7bb2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.37 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,248.79 GB sent, 120.40 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.