Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,269 transactions (1.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,459 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,458 (862,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,295 47,295 000000000596f6bc1ce83ab698bb58f8c066b46135eda8d2045173ff900604c2 0.00 MB 1 0
47,294 47,294 000000001432577525aca4afb7fc799ebd74db71a77b86b04f31fe43ba717b50 0.00 MB 1 0
47,293 47,293 0000000030918626471ff3bf9fb68d80b95c11fe17e6c26fb0d26c5d5bddec3b 0.00 MB 1 0
47,292 47,292 0000000029a2a36a37403adb7b4eb3c3fc608f5182a986a4d91924942dea3850 0.00 MB 1 0
47,291 47,291 000000001a32a26acd12e40c6bd6eab48061159e2df99a56e55a9c5ce212f318 0.00 MB 1 0
47,290 47,290 0000000027fb6a8dbea9c076742384588f3ca5f1248b002580a5289df44d5118 0.00 MB 1 0
47,289 47,289 000000000256702c507d570c09110fd0d00527bd976264c0157d9076142515f1 0.00 MB 1 0
47,288 47,288 0000000037fc52b4ebe8c2e28250311d8f806dfcd867391cb0ece196e7404547 0.00 MB 1 0
47,287 47,287 00000000226013da5e9b69d9135077dba5787e4a8e429cb16d9004f1bf8d8d27 0.00 MB 1 0
47,286 47,286 00000000040bbf471d3f7a136fed2cc823d93619cc0d4a3bb985d550c9a050ec 0.00 MB 1 0
47,285 47,285 000000000541724932f6a97690a2cfb3c82a7702eee05e14372dfc72277ee741 0.00 MB 1 0
47,284 47,284 0000000035fc5dd193b965b6625ee3756672ded492af2d5d96a938e508c15149 0.00 MB 1 0
47,283 47,283 000000002a012437943cb8d4ad7d41fd3f2813e61c18e200fcea82dc461fb513 0.00 MB 1 0
47,282 47,282 000000000fc559867c44f979ce0b29323852ced422ec7c784c02621f82734388 0.00 MB 1 0
47,281 47,281 00000000196a6705883bd70a42b3b09a206aa7d9fd536977ee88c48a9885a296 0.00 MB 1 0
47,280 47,280 0000000025af534a227c2796d62c9590557117d536cd261cd0f7290176173f77 0.00 MB 1 0
47,279 47,279 000000001d586dd14d213b0da982f22be861ab2b9ed12558eb74919eebeeb8b5 0.00 MB 1 0
47,278 47,278 000000001cdf8611ad14adbd5ceb693dabec9ea8650da9f6d3d5cf75951e462c 0.00 MB 1 0
47,277 47,277 00000000103a6a51e270cbb18f6bece8f60fe29388f1517f1b39314faf0d89f1 0.00 MB 1 0
47,276 47,276 000000002b0a1a20ff5a3135e030a1fc9a5f4274a3c6e512b5366c68442d44dc 0.00 MB 1 0
47,275 47,275 0000000017937b37edb2d023632b02a63d0fcfa71258471050a230be69dd5ecc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,079.16 GB sent, 110.20 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.