Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

314 transactions (0.09 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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,654 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 310 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,653 (883,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,522 27,522 0000000051b3a7b2e132cb0c8901eb31effc789989a6a14046b1e44a40cc7a7c 0.00 MB 1 0
27,521 27,521 00000000bf8b6f8b356ab3c5a3ad2a466c33dff9cc700543e2a203efa11a6c79 0.00 MB 1 0
27,520 27,520 000000002c7f8269820bffcdac4a3b4c3430d0fd5d786d7fcf66093d157b54a7 0.00 MB 1 0
27,519 27,519 000000008532bdf2b954eeff51fa0a228da5536f1c0149fba844caa02d69d44e 0.00 MB 1 0
27,518 27,518 00000000f62f409c877d1a0a2a2a95c7e5c62a1f2ec02251c3019529c014ce35 0.00 MB 1 0
27,517 27,517 0000000030077fdcc0c5ed133d3cd9e97dd9fcf681152d29694a8f91a9f5dbc1 0.00 MB 1 0
27,516 27,516 00000000a05294c6245fe4f807082941289932a5ac338466ff1689ca40b27be0 0.00 MB 1 0
27,515 27,515 00000000788d3ab0a1b9621ae7b3f51caa9bf813a032918cda71d20921d585cc 0.00 MB 1 0
27,514 27,514 00000000089e737eb7d72d2f1fa215434a24a2ee86e446ae36da57aee7a96bfe 0.00 MB 1 0
27,513 27,513 00000000d36474350007e42c372d325e71249430e53cc16c986fc97188a80424 0.00 MB 1 0
27,512 27,512 0000000056e43e483158584d7b9971c17ae26d5fd801dc8e6ed8fd80796b4638 0.00 MB 1 0
27,511 27,511 0000000016431f604b74b5a93cd62f89fa407b18d37faf586f66fa72969e98ff 0.00 MB 1 0
27,510 27,510 0000000099ffb9e08355712abfe96d5a9bbc2bfc71687bdf3d30d2841222278d 0.00 MB 1 0
27,509 27,509 00000000bcb7d541b4501cf12062d756bc3f6ce72b0ac9808089c86071fdadce 0.00 MB 1 0
27,508 27,508 00000000cd16a8e54ecafe4f96131b81765ae40595990cda76f254edc42b7651 0.00 MB 1 0
27,507 27,507 0000000099c29e2c65cc94de2214ff7c80c87e37bee48201a8d48f8669783a3d 0.00 MB 1 0
27,506 27,506 0000000055944c3ce54bc23826e147d4507dbae1b742e7080f8defbf3a584c76 0.00 MB 1 0
27,505 27,505 000000009639b92b20d0d3955dc8048233d159a41e19efef7995d53f9620ecaf 0.00 MB 1 0
27,504 27,504 00000000547d0a5af8636b5f115769481ce551b25cbaac88c0dccc82413e3ef3 0.00 MB 1 0
27,503 27,503 00000000bb8cbe71600f7b81cf65b0cfa8d4e1608d3c627010b19faa50cf2864 0.00 MB 1 0
27,502 27,502 00000000dd4a6e4956dc8015905351aec5492672ccf8e9c21e3d3d334fac72fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 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,279.95 GB sent, 121.50 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.