Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,835 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,168 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,133 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,167 (822,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,658 87,658 000000000007960d86a89496903dd62d9356d4fc7d7c402b3d7dd8f04dad18f8 0.00 MB 1 0
87,657 87,657 000000000011cd9e68183d7d3742c03d24ee2836fff6408e90354776ada0482d 0.00 MB 1 0
87,656 87,656 00000000001b077a5f61e3abe7cd1b3b41215b9b8ad4e1dd770b962e85015e36 0.00 MB 2 0
87,655 87,655 00000000001e082e4f1a03ed9b79cbef2863ce97910f46fc4c2870a036fe1edd 0.00 MB 1 0
87,654 87,654 00000000000d47ffe01bf12f6464b5d430039aab2133168c31291e8ac6dfcd36 0.00 MB 1 0
87,653 87,653 00000000000e4fd060481dbd955d822298e1e299f455ba9d1219ecc26e129109 0.00 MB 5 0
87,652 87,652 00000000001cc5ef9d1d635a9108c12459cd794910224936a2ef0245ebe9a17c 0.00 MB 1 0
87,651 87,651 00000000001d95ed6641ba52d764989fc01ff823aaafd359888d42ebaa959ff8 0.00 MB 1 0
87,650 87,650 0000000000017873b763a3f734f61e99a8ffe3a3a1f144ecee1a19b4b34f66f2 0.00 MB 2 0
87,649 87,649 00000000001b365f07a4f7eb72722fb8061c67895910eb0dcf16d5ffaad347e3 0.00 MB 3 0
87,648 87,648 000000000014acb389325963555dd6abb02291b1da46dec5bb2e3eb08961ca79 0.00 MB 2 0
87,647 87,647 0000000000112f6f117035b87ed371fe3e1408546e26776ecf758000458268fd 0.00 MB 5 0
87,646 87,646 000000000016c1d1291707d7bf4cc978f9460936ea3751840a1e0f1ecda79e39 0.00 MB 2 0
87,645 87,645 00000000001022c2bc2b98f84f78cc15eb48a5bb75f54a22604d1d14393fad07 0.00 MB 2 0
87,644 87,644 0000000000009f1b98e817084976c0fbc9040ad7ae2d2d3856615b85a08fef09 0.00 MB 1 0
87,643 87,643 00000000000cfcd81d395ab45acb310d8c2776339d7c73aede4c89ee24b63fb7 0.00 MB 2 0
87,642 87,642 00000000001a049386c18a835a4c98e44e49b7b9bb21d88ac874f9d65ac40f8f 0.00 MB 2 0
87,641 87,641 000000000009297e87a145bfa75940e96f2e0514ee17bbf62a4e7ccd20122ab5 0.00 MB 2 0
87,640 87,640 00000000000e4321c69a42a84c66ea386dbde0d54f903b0d526a272033774f27 0.00 MB 1 0
87,639 87,639 000000000014884e7a1d17e307678f73b48edad832a15f12791a52da7a330f48 0.00 MB 1 0
87,638 87,638 00000000000ef6cfd2e4eea26ff6a92de6a780943ed54d9af087fae2f595707c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,194.02 GB sent, 117.05 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.