Memory Pool Memory Pool Refreshing

8,784 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (534,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,654 373,654 0000000000000000079d783c78066964273ab983cdeeefc1e88a3a9db2fde479 0.10 MB 208 44
373,653 373,653 0000000000000000025ba4188db9c0f563b4c042dcf765cacaba2db9d0ebf9b4 0.95 MB 1,933 39
373,652 373,652 000000000000000004cf43f5d35003f4afdf57e08cb08c54cd0d6eff79dc8169 0.93 MB 2,068 61
373,651 373,651 00000000000000001117df3014bb923c24336aac9da033d894a6a1e6841154f5 0.95 MB 830 29
373,650 373,650 0000000000000000035894f01c9f483916fb90f3ab2698fd4cd64bcab6c4cdec 0.29 MB 378 23
373,649 373,649 000000000000000002ee198425118d5418eb8da4d8f9e28c88c61d75ef713cf0 1.00 MB 2,050 44
373,648 373,648 0000000000000000110979780bc7b2920a7bc5db342348e56b4a80f514108dea 0.37 MB 826 45
373,647 373,647 00000000000000000973ac6f29dae96b3835002d481d50ad7c257bd414552f0d 0.26 MB 379 18
373,646 373,646 00000000000000000b88501ca0bd3f2332abc12648a2534e4a4eb5e77352451f 0.90 MB 319 5
373,645 373,645 0000000000000000112275b7a40c30bada77dd46be14348dabee23531b1bfa70 0.63 MB 1,429 49
373,644 373,644 00000000000000000535a1b8205e872de9482a5689cdde1b86e1b851205c5104 1.00 MB 1,807 41
373,643 373,643 000000000000000010fa038a5736cc18c2d92a2314c12ee0c1a4495856bbdde4 0.99 MB 299 7
373,642 373,642 00000000000000000e2eab19aceb1ecafb150eabf63c218fc2a176f7a3415130 0.93 MB 82 2
373,641 373,641 000000000000000008b49bd471f6b799a91979cc92da28589b5bab536529eaed 0.90 MB 2,019 44
373,640 373,640 00000000000000000c8b7fd0daf108db88090d9d30331bd4f3e62ee9eedf1fb6 0.87 MB 996 23
373,639 373,639 000000000000000011cdf9f04b68f46471b68c3565abcbcf83aba647e35d0960 0.93 MB 587 14
373,638 373,638 00000000000000000946d8290074bdac128250ff0d2136e4d2441155380ab25c 0.93 MB 1,814 41
373,637 373,637 00000000000000000ec36632b70da16f0f283fcc3281b8397c8f9918d6492588 0.75 MB 1,834 53
373,636 373,636 00000000000000000aefeca1a27cfd076215e90d6968ee5bfc10d80fc3f3f149 0.93 MB 1,293 28
373,635 373,635 0000000000000000088cd533b4f34434d60f3bbb96910dfec6880d6ed304ed76 1.00 MB 2,580 47
373,634 373,634 00000000000000000c448bb0b0e61826cec1be275dec87d32e34131cf256dd47 0.93 MB 286 6
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.