Memory Pool Memory Pool Refreshing

4,603 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (768,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,912 138,912 000000000000080d839a7643cb508ca6b69e34426add9adceccc0afc7b236d20 0.00 MB 16 659
138,911 138,911 00000000000007f99117611bcbee65e09ef6faf70a2f7e3bcc5f4dc8e7e7134a 0.03 MB 43 67
138,910 138,910 00000000000007fc411d345d4893fe57c69f64f54d8dbffa0b967ccd7b8b03fc 0.01 MB 29 767
138,909 138,909 00000000000000537be2b7ffcb3a727513a5cdb705134090e7685b942e6aad25 0.00 MB 7 315
138,908 138,908 000000000000091948571e1160a2a1cbf6c1f24af221f2fec45ec05f4f38e56f 0.00 MB 12 0
138,907 138,907 00000000000008354937a1c6ef6311e2a5e37a74b47317fcb61fb00bba4648e5 0.03 MB 37 565
138,906 138,906 000000000000065679d58a35515213dbcef080b15bd4d102bf8458e5c35d41f8 0.00 MB 11 580
138,905 138,905 0000000000000678002d54c73b598cecb0765a33df0bcd7bdb379caefda100cf 0.02 MB 34 107
138,904 138,904 00000000000000102fdd0a3f72d4c441cbcf14c367a58cb5ea791ff5b15664cf 0.00 MB 12 0
138,903 138,903 00000000000004de539c3392e95fec071bc39b2ed9150d49d79f14da4f38c9b0 0.02 MB 30 48
138,902 138,902 00000000000006ee65469a81a79d0a05d44d013008ebfb022d53813d32997d22 0.00 MB 9 313
138,901 138,901 00000000000002374b363a1156b2716928bdb0720113f1a2a089673829c632fb 0.01 MB 17 166
138,900 138,900 00000000000008e462aab7940f1859142e40294c5a89615a599d1d1a0fe85f30 0.00 MB 5 1,044
138,899 138,899 000000000000031206091ab1a5ba84859e85fe2d6f54e9535514ad52cbce1f2e 0.00 MB 12 52
138,898 138,898 000000000000057c704b73124551bfaad7d65a44d4b15401e8bd81c62a2ad6e4 0.01 MB 23 66
138,897 138,897 00000000000004b5ed08da05d022cb1f56810db06950450285e64ed1fd4ede44 0.02 MB 34 79
138,896 138,896 00000000000004d498851f25e5fbd1378d0ccab216a0d29bd3ed475aeeffa3e7 0.00 MB 13 419
138,895 138,895 00000000000000767f630163d18b8df115bf273b9fe8fe9736d40c9f096bcc03 0.00 MB 15 41
138,894 138,894 0000000000000768402fa3d0a4b34c433d3a9476153e91a7b7a7ea09f313c2b4 0.00 MB 11 0
138,893 138,893 00000000000006bdb3246c31bbf273776eb9ba32e32167dd0b1450ba01f43173 0.01 MB 28 570
138,892 138,892 00000000000000fc51facdbfed8505a89adc43da6c5c618d9c8e067e55d61196 0.07 MB 142 178
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.