Memory Pool Memory Pool Refreshing

3,896 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,680 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (746,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,860 160,860 000000000000050367b1a922bd3b895b4fd0bd05b32e9486b06e39cfa848d449 0.03 MB 46 68
160,859 160,859 0000000000000a51251e16f577a0986ecf7f23de2d51c823f2619ae50d253602 0.00 MB 10 33
160,858 160,858 0000000000000304e8087baab06631e75b2a8c160c4e861631851ce2d94d8fd3 0.00 MB 12 30
160,857 160,857 000000000000065d381d66b019b3aa55737615bdf7728f54fc9be041d3296fae 0.02 MB 19 11
160,856 160,856 000000000000011423dc89bd9147435a186d3dbdcec80e4d2950213d202a26fe 0.02 MB 34 236
160,855 160,855 00000000000004ae3bc6542516fba6cf35cf4e4e82092297ba24b8f3a27797d0 0.03 MB 65 208
160,854 160,854 00000000000000bbb664a1741e586ba2f93a482d7673ba28d45a7004138d2f2e 0.01 MB 26 114
160,853 160,853 00000000000008f02c58e9a89dce8b092ee4530f12d9d3bf1497f294b9e94d5b 0.02 MB 50 147
160,852 160,852 00000000000003ff665412e66ac2446c0953a5dda6aaa8f77d09d8ba2901f721 0.02 MB 41 44
160,851 160,851 00000000000004f71aadbc4e00db0c694c9b1848d785f90afa1cecc1c6d0d796 0.02 MB 35 16
160,850 160,850 0000000000000de84eed863e18b131c583d3c3ac7e4f071c880e366c43698507 0.01 MB 33 250
160,849 160,849 0000000000000473d3179411f72fad36291f90ae649f38407131e76d2297cc4e 0.01 MB 25 144
160,848 160,848 0000000000000e1e05b6662cae837ae117abd5ac11de35d488a3bb181a40c154 0.02 MB 23 187
160,847 160,847 0000000000000d0ceabc450290958c09c7be8aff1b82cf56a4e8e82c8c4eaadf 0.00 MB 7 67
160,846 160,846 0000000000000a633616eb423c59d8d426f31069050501bc8ce6960f31658bfb 0.00 MB 2 0
160,845 160,845 00000000000000adef3488b4829e28de62122c169dcce863240ed6b506f3399b 0.00 MB 6 63
160,844 160,844 000000000000065a47d94d42bc8bd59fb21ace2b02038ae48aa39bd4f710959e 0.01 MB 9 190
160,843 160,843 0000000000000747f88849acb3da1c8d78bb85b8f2872f7b7a414571987e78b4 0.00 MB 7 17
160,842 160,842 0000000000000602593b0247e69bbcb851ca3edda7af149909ed8cc670c700d3 0.00 MB 7 57
160,841 160,841 000000000000045072130babad674532e1cc7509e5bfc2e62ee28a3f1bc3c5b9 0.03 MB 44 207
160,840 160,840 0000000000000aa19204c823e637b6ea8c9985333a12e154575451ee5a579d28 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.