Memory Pool Memory Pool Refreshing

8,637 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,675 (68,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,873 838,873 00000000000000000001fae6d4e5869724d9a55c49aa317b6380d09c72dab7aa 1.76 MB 4,694 173
838,872 838,872 000000000000000000008674326cf976f09bcb72b7d9c957d811532ed82a061c 1.66 MB 3,957 203
838,871 838,871 000000000000000000021585fe3dc4cd327d78b4a73b0c3d7d6bddb5b4f62967 1.81 MB 5,176 252
838,870 838,870 00000000000000000001d76d8631742115b772ee6ab93cdf36bd5d78e2f7f250 1.71 MB 4,297 246
838,869 838,869 000000000000000000013412024e8979a0e0c8fb22aaa5fb7b099feedd1991f9 1.73 MB 4,333 287
838,868 838,868 0000000000000000000338f5e6ebe5dac0b13917ee51ca3e41e07b3c125170d1 1.70 MB 4,159 164
838,867 838,867 00000000000000000002438f704c6e03a1cbb9262ebc78af4257f01bcea98523 1.62 MB 3,746 81
838,866 838,866 000000000000000000006d9d8d0dc8a5443cb4f55a6067864c10af2308e1a807 1.57 MB 3,879 106
838,865 838,865 000000000000000000008c007c4b1c7145715329ae56bc1be91955ba8191f7c3 1.67 MB 3,520 76
838,864 838,864 00000000000000000000405b96543990d557100ae79a186dca2d242350f06c35 1.53 MB 3,391 95
838,863 838,863 00000000000000000000c12acb204694db95ed04c0a2c4427f389db80f4200dc 1.62 MB 3,247 89
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
Previous 10 blocks ↓
Total Size: 768.94 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,613.24 GB sent, 92.50 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.