Memory Pool Memory Pool Refreshing

8,708 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (523,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
383,747 383,747 00000000000000000508489adba8986ac80e5e037a27ea0b10fed02e2890e5d1 0.27 MB 424 23
383,746 383,746 000000000000000001b8cd6f64c87a286d937b0a87eedf44a69d48dd94f30db4 0.26 MB 439 24
383,745 383,745 000000000000000007ba642e4341a6059ebd115dace4027dae9f0311b871ae8c 0.25 MB 469 31
383,744 383,744 00000000000000000f4a1ebf8ee636307e74b44edd33ed23cace832a7ab05eef 0.00 MB 1 0
383,743 383,743 00000000000000000fd76c0f15c367f80dde67a826abd99c20f0385a2eddc703 0.58 MB 936 29
383,742 383,742 00000000000000000df6073b3639080740694d3d2a8f47ea2045da622260b919 0.13 MB 136 15
383,741 383,741 00000000000000000e6d40e2985b07533eb56a76e0af7d18c6422ab62126550b 0.31 MB 546 23
383,740 383,740 0000000000000000087d23a43cf05886c14e62c0e15830772436726fb077acea 0.95 MB 1,545 24
383,739 383,739 000000000000000003d5e75f49c3ae888a696faa818bacacb74ae347e2b2b4f5 0.21 MB 579 42
383,738 383,738 000000000000000004aa4048982473d189e97e79121b32ba17d3e0a177507881 0.23 MB 121 4
383,737 383,737 0000000000000000071608c44eefcf5829833cf5fd33fddfc73108e1a4430f5c 0.97 MB 1,552 28
383,736 383,736 000000000000000003c09f804f8888675f692e76d69a9f515d1f9a2113726b00 0.89 MB 1,963 33
383,735 383,735 00000000000000000cb5c8354fb388e5b2c7bf649aa981246cd4786bbcefa896 0.00 MB 1 0
383,734 383,734 00000000000000000831d41e921b95ad131d59b3fa1b9ec305d85f4d1c29813f 0.40 MB 785 30
383,733 383,733 000000000000000005930db57255ab2741f6c64c5c4b9e00b2213a0adec7bd90 0.31 MB 615 29
383,732 383,732 00000000000000000bff142f778f4c1b3c104ceb15fd204bc46451c694476305 0.24 MB 265 13
383,731 383,731 0000000000000000000f210127fafbd0e2d795375b2e8fa4386b86c1944e290c 0.15 MB 275 26
383,730 383,730 00000000000000000d57da0cfb810461e6742bd39a19c67aad45a143428f42c4 0.30 MB 625 29
383,729 383,729 000000000000000006d3ebc7c6b29621a128f8342282a2f2d45ed1073e676c22 0.47 MB 832 41
383,728 383,728 00000000000000000730935722dc4d733fc59fc1e3216bb7e3d7d72ccb983c03 0.77 MB 520 9
383,727 383,727 00000000000000000562cd0f5a02a73cad750653d1f31d980ecb2fd626d24bd6 0.51 MB 973 35
Previous 10 blocks ↓
Total Size: 769.03 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,625.54 GB sent, 93.03 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.