Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,665 transactions (0.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,987 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.90 vMB 2,655 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,986 (867,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,356 43,356 00000000436ab716b2b5b337823fb12c749260a79b89c9daad16927c9ded4c09 0.00 MB 1 0
43,355 43,355 00000000161d605926bed3cda8d41219fcafb2a949690dd8c643276ec3d422c1 0.00 MB 1 0
43,354 43,354 0000000042020489e6f7166a90a6ffb1c9b29c2579e331f42d8db2feae963e3f 0.00 MB 1 0
43,353 43,353 00000000329d9b220b6e8efa2c336aa2a80953887a41d3d69851447825b3c75c 0.00 MB 2 0
43,352 43,352 000000003a21126fad421e8aba9d4c0e0b084b849b1525bc7df19139da9ce42c 0.00 MB 1 0
43,351 43,351 000000000c0b7d8635950580af8a7cbe97fbd58973781761751fddeeac324b8c 0.00 MB 1 0
43,350 43,350 0000000004722763b2914cdc668d18e6967b11ca7ec9f72819b50839482044bb 0.00 MB 1 0
43,349 43,349 00000000312fb85032916b1396db0e5e1f5efe64ffdc0d8ca7814df67d548f61 0.00 MB 1 0
43,348 43,348 0000000004d69c2ebb5a2207ad6a5bf7bd6f7d860811668fd4937fcd4604b2ca 0.00 MB 1 0
43,347 43,347 0000000029b25cceaa0a2a50e0df694ae611bbc001d7bf0b82d5898d8993b0ff 0.00 MB 1 0
43,346 43,346 000000001a8859cdfefb04acf04e8d9cb0b9063e3b801d674de11ba3ce0395c8 0.00 MB 1 0
43,345 43,345 000000000d86d033c1f235afd96fbeada343aceb0e701d8e98900284cd439736 0.00 MB 1 0
43,344 43,344 00000000232a8b03033643df6ff5870ba39aea41ebb34133b3e869f114c323c0 0.00 MB 1 0
43,343 43,343 000000003ad9b5c1c1290e52b5c7df6b023f8c93bb97e97c194de6a94d3e5172 0.00 MB 1 0
43,342 43,342 000000002659d82939a0b9085f3866742a1e91fa21b80a0c826ba605e876c0da 0.00 MB 1 0
43,341 43,341 00000000201d3c68edf27b220aae24fa39b956ccdf4bf06aca57ec6e6deb293d 0.00 MB 1 0
43,340 43,340 000000000404dc211f38594056cd0a647fceceb0c130d747b3c96c6899374233 0.00 MB 1 0
43,339 43,339 000000001dc3dbfb1f282c0c566d98506663abb361a0a7334d0bf1d9f405e672 0.00 MB 1 0
43,338 43,338 0000000041acac2008fc1ed8dc3eb69d375878e130dd41cce6f31299b2735236 0.00 MB 1 0
43,337 43,337 0000000005dd3c54f5706bf7d85660417428e7e3083e6b8c4cc8e76fb7071573 0.00 MB 1 0
43,336 43,336 0000000036e8945ed8465cf68d0fecb97a1e5f3e8ca2760fb93e8377dc24bc83 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.70 GB sent, 124.81 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.