Memory Pool Memory Pool Refreshing

6,511 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,106 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (397,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
509,894 509,894 0000000000000000005473b909e013cacd17d09572f424c9093c3201e8cb0bf2 1.04 MB 830 29
509,893 509,893 0000000000000000003176d48202f9676b1c7bea629a7e2724d529598113c7bf 1.00 MB 204 4
509,892 509,892 0000000000000000000ba546b8bc6a331a12154764b1f7a38630f1a7bd8763cb 1.00 MB 322 11
509,891 509,891 000000000000000000128c5fb8fcb9c855b21e03f8ae6516abf436ed1bc44132 1.04 MB 1,214 48
509,890 509,890 000000000000000000380540ca77d1fdf656a478b36dfe1046d4342a3779fc57 1.03 MB 606 15
509,889 509,889 0000000000000000001d0b35845a6a3e4f92f6e1ed536b7628945202122085c8 1.01 MB 368 9
509,888 509,888 000000000000000000339d1e0f81ded0b7a33d21e37e7b9eb82fc29f69710a6e 1.01 MB 354 11
509,887 509,887 00000000000000000055d786494435f9a67110569da667902a0838d7f62c78c1 1.04 MB 1,164 31
509,886 509,886 00000000000000000030c189d43289779d6d11828591f00ec800e05072800ba2 1.01 MB 220 7
509,885 509,885 0000000000000000004b175f431b2841a7fbcc050c1c109d181988b500933596 1.03 MB 577 14
509,884 509,884 00000000000000000020dff868c2ce614e4e54b82d62ba842fc70a673f5a49b6 1.01 MB 365 10
509,883 509,883 0000000000000000002a1180f6bfbe2412ad644632df2054219e79a51542af05 1.04 MB 840 28
509,882 509,882 000000000000000000529fa807fa439698959351693976d56c0842b09e305663 1.00 MB 188 3
509,881 509,881 0000000000000000004472b42db749b80bf92339eff5f5baf981bca229f46073 1.14 MB 1,843 49
509,880 509,880 000000000000000000216c0b772f5179c89821702c814ad458c1107b15f7a2d5 1.04 MB 718 21
509,879 509,879 0000000000000000002cae8cfdb07a36c0d06407e691f9e44fcd8858f1d2ccc3 1.10 MB 1,832 64
509,878 509,878 0000000000000000004fc95c6b89eddcebb3bbfdd9467b6ad068243ba35c65e9 1.02 MB 406 8
509,877 509,877 00000000000000000008f33896602d0c5f775983674d62968b1dd993edba0b84 0.32 MB 660 55
509,876 509,876 0000000000000000003a7cb233fc6a75f7a6998dea0301fd3b735beb563e3dec 1.03 MB 1,267 34
509,875 509,875 00000000000000000004588ee063bc28baa84c7f0c53e276c8d1c600452a70fb 1.03 MB 951 23
509,874 509,874 00000000000000000055cfab324ed0caf1f1c9fb0166b0605abdb4fdf6f704ec 1.02 MB 434 11
Previous 10 blocks ↓
Total Size: 769.21 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: 1,634.38 GB sent, 93.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.