Memory Pool Memory Pool Refreshing

7,736 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,279 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (68,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,862 838,862 00000000000000000001a09656c8b032771ca251bc0c0c103c24d81dc6529fc0 1.68 MB 2,971 76
838,861 838,861 00000000000000000001d7122d4aa9d1df8538e41026657e2105e581c82446c9 1.67 MB 3,256 79
838,860 838,860 00000000000000000000c91aea4997b40a049472d9932c3cdae4ae60d073ad26 1.61 MB 3,293 93
838,859 838,859 00000000000000000000ceb4a75c77a8da9579bd666758286874da6177d6e7a9 1.64 MB 3,567 102
838,858 838,858 00000000000000000000a16851eeb848b8c5c38bfdfca99a0ea8b79414b177d6 1.65 MB 3,345 79
838,857 838,857 000000000000000000016835e75c3db745131d4af044ede3f42cc05ccf0c7889 1.72 MB 3,475 85
838,856 838,856 00000000000000000000ec2289f0278a2d49d821ed6a1d4d70315f7f245a3ffd 1.88 MB 3,611 78
838,855 838,855 00000000000000000002484a273408e2b9c0e818f3a7e0f6fb8ece126233e5fb 1.78 MB 4,897 98
838,854 838,854 00000000000000000001f1637cd633cb7ac03e335f69ba3845dbc724c1ea8b41 1.79 MB 4,805 129
838,853 838,853 00000000000000000000dc82823cc8cfc79f574ec5e5064f6950630bb36af1fc 1.79 MB 4,661 90
838,852 838,852 00000000000000000002640c4b4cac2a6dcaf5f2654a8c8aa9d7c3481abea36c 1.83 MB 3,334 80
838,851 838,851 00000000000000000000e1315f7f160c8af30f1e1a4b3b7e8e7051dc3aca16d2 1.75 MB 2,576 79
838,850 838,850 0000000000000000000243e2e3821f309d16bf35c47a2386f105efc3d06e57d4 2.42 MB 2,400 93
838,849 838,849 000000000000000000021590c9286e07e048c37a3dc1533243d796c8dfa1f965 2.36 MB 2,428 68
838,848 838,848 0000000000000000000316a7b34321a425ac068d9533dff4ae73e7f18c1aef50 2.46 MB 2,434 72
838,847 838,847 00000000000000000000422fd6d7f3262ad1cd5a2c4d90d795eb5500e3b150a5 2.39 MB 2,365 84
838,846 838,846 000000000000000000011f54bd46c30271591e6cf039e7bffd4d531aea45cd69 2.50 MB 2,352 69
838,845 838,845 000000000000000000004d064568b0da3f4f6eaeed748ac81990eeb96bb55756 1.97 MB 2,988 88
838,844 838,844 000000000000000000032bc4346b6f80d8b2d7d9bf9cf4d755b6ce5bc47c25f1 2.12 MB 2,574 92
838,843 838,843 000000000000000000017adcfadc975d14c44a2b769e3decc81691ab700e52d7 2.17 MB 2,490 76
838,842 838,842 00000000000000000000f777a2b07eecc09c28a94bcd40de7eab7675a8c4bfbe 1.93 MB 2,898 77
Previous 10 blocks ↓
Total Size: 769.00 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: 1,616.85 GB sent, 92.83 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.