Memory Pool Memory Pool Refreshing

779 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (736,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,850 170,850 000000000000076f12313f9bbd1490db0f6ce430107bea79f1e4ef4086073cd5 0.03 MB 34 32
170,849 170,849 0000000000000559f28e884c57eaeeff091813b980c6cc84fad58fa19d8604c7 0.04 MB 132 40
170,848 170,848 000000000000047a64269b8d0d2764b87c5a114ccc6c1f2f2af929fd3b3fc00c 0.04 MB 55 130
170,847 170,847 00000000000003ca9e274d90a4e96fa7728cbe43537f1240d4eed7fb07908dd1 0.00 MB 1 0
170,846 170,846 00000000000000d88e92ed2b5781885a8464a63ba57293c717c0137354a5a6d6 0.01 MB 10 27
170,845 170,845 000000000000024d829ba25c8dd3a919c0ef8228eb97f02cafdb4422e683a577 0.02 MB 38 114
170,844 170,844 00000000000002eec91abcc4d4b8dacbf2117e90a17cd663fe131899b4266700 0.00 MB 2 0
170,843 170,843 000000000000002ca68b59f8a2dc1049f66b7884fd3b176f8c4058402810c16d 0.00 MB 10 54
170,842 170,842 0000000000000058eca1ce45dc6d5569d7097a6cc5d09123a258e0bc6aa7cfc6 0.01 MB 34 165
170,841 170,841 00000000000006e36b718c7d2b69e9e640bbf463574128bfe259332b7c7bc449 0.00 MB 2 52
170,840 170,840 0000000000000aa691128e1286cb993f996ddcf75a177691a6be4a1b70b9de60 0.03 MB 38 103
170,839 170,839 00000000000009f469122c7e38ed2dcf171159fb0227b3613d767573613f3940 0.04 MB 103 98
170,838 170,838 00000000000003412cc9c67326e41b34530bc63dac06db9344e444e1bdd2f59d 0.00 MB 5 0
170,837 170,837 00000000000009be1ce6683aa621b5d9fef294aeb65fea5d586acaca447eb630 0.04 MB 34 326
170,836 170,836 0000000000000a7be259a0c8d76ef847d98229470e3a0855c9ca033100e69db7 0.00 MB 1 0
170,835 170,835 00000000000006b6d7877c628d833273a4a999c17739021b8eded1ecb66195fa 0.02 MB 44 84
170,834 170,834 000000000000024a3ff5107a99cdae77398026c8b0acbae4b060ea31e3027cc6 0.01 MB 32 86
170,833 170,833 000000000000062d83086b4eff670ad31eaca40941b7ce0a7865a3a5f6b3c7b8 0.01 MB 15 35
170,832 170,832 00000000000008f1b58a79ffd664c2d78d841e72a05e3e03b38a309023cb9093 0.00 MB 9 134
170,831 170,831 0000000000000699b9faa2208b02b6c78c4c2af5dfd0d7297a5083b108e41092 0.03 MB 88 24
170,830 170,830 00000000000007055e52e24c7cde8f8fb43630a3f43db4e7255d46ae026e8f77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.