Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,557 transactions (3.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,748 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (391,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,462 520,462 0000000000000000003f0a38401b1053d13cce75ab2b6c87a53c19bed0f9b3b0 0.89 MB 1,974 33
520,461 520,461 000000000000000000431ae841e4db87ffdf7ea208959d078ba414b492916664 0.37 MB 853 67
520,460 520,460 0000000000000000001ada085c106254b243c07badbc6ad609749df6cdc22481 0.06 MB 125 42
520,459 520,459 0000000000000000001ffacce0c948963de8649abb567b25fc8528171d95aeba 0.68 MB 1,308 50
520,458 520,458 0000000000000000001405e82dc5cb8e4378cbb09b5ddd70c9a374c0058d0ffb 1.11 MB 2,378 26
520,457 520,457 0000000000000000000a3144991ccd7e0f778c7c2bec9bc39b9dba7d0dde056b 1.17 MB 2,831 64
520,456 520,456 000000000000000000056ba6f47de6e1bb93ecb047cbb9144ecf0f9515b3d012 0.90 MB 1,924 39
520,455 520,455 0000000000000000002652a70bb80f25d4fb3824a0bd3e409485b9910d939261 0.67 MB 1,346 46
520,454 520,454 0000000000000000000be03ce5e6642284d346e033c4afa32ed5e1e6e69d8a6d 0.35 MB 679 32
520,453 520,453 000000000000000000060cd51b12bd42b85735384cff898866c8adff4fb91b6b 0.46 MB 463 25
520,452 520,452 00000000000000000038de09bcc3ee77049223efcdff810ba077972dc2ee659d 1.13 MB 2,194 17
520,451 520,451 00000000000000000010a2696a7800a4442c897b5f46283c78235d23b925a9e7 1.15 MB 2,248 22
520,450 520,450 0000000000000000003ca8d3a3d2ec9e58e97df682e516905449c572ff981770 1.24 MB 3,229 52
520,449 520,449 000000000000000000126ed7a538b85acd50c03a8a659007f82e72cc7747b25a 1.13 MB 2,464 88
520,448 520,448 0000000000000000003d119df323b620cc090acd77b5b51b9c8c9eff00b9fc32 1.14 MB 2,463 51
520,447 520,447 0000000000000000002da8da4d8536d80bd16e413ba558520eebec00bb8f1279 0.75 MB 1,756 50
520,446 520,446 000000000000000000042d612def3a200637e49a4f194adb12011a22220aba15 0.91 MB 1,625 5
520,445 520,445 0000000000000000000b128170836a02dc7319169566353ade98c663ae8c24b8 1.12 MB 2,658 50
520,444 520,444 0000000000000000000ae54ce8518ab852062b79cfc3170d54e9f17f78638e70 1.13 MB 2,183 34
520,443 520,443 00000000000000000003210da6d6f93d37709e1e9283fdc22ba2fd078d1898fb 1.18 MB 3,092 75
520,442 520,442 00000000000000000040f3d624e685a8af400034b4427e021491d7276e2d1184 0.16 MB 331 40
Previous 10 blocks ↓
Total Size: 776.70 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,443.94 GB sent, 132.08 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.