Memory Pool Memory Pool Refreshing

10,930 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,650 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,649 (727,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,674 179,674 000000000000008ae31a14158a5a9edde03e205b99d13f525b06de7ca763f067 0.02 MB 65 172
179,673 179,673 0000000000000480ccf3e9d744f3c4e8725fee6ce1e735703d058a512f376359 0.01 MB 26 108
179,672 179,672 0000000000000028d3d0dc2eff15cf52ba6e8972551ecb79d4cf7b2a1bf5e361 0.01 MB 38 18
179,671 179,671 0000000000000316899f98a5aa69ac82de855cd49a04e609ad33a9619f0c336e 0.04 MB 100 140
179,670 179,670 00000000000002e3388d647ac068049b21577ac10f6470f7cd9592625694ca78 0.02 MB 45 58
179,669 179,669 000000000000071dad8c94ba555d29e9c79c4e2f3be774793fbd588b20d83cb2 0.01 MB 33 56
179,668 179,668 000000000000093f114785dbddd54131ab687a5d91a06dcdcf30394b8537c6a7 0.01 MB 35 23
179,667 179,667 000000000000020bb623a5ad127d24ea00b44eb8d15e8587c346cfda6acf4cbd 0.04 MB 79 122
179,666 179,666 000000000000003e903677ff958db643316f723f701557d8f562f48c35184fb3 0.00 MB 11 0
179,665 179,665 000000000000026f3279012894fefb25288747c8a6cf8d4d658430649ee1e0a4 0.03 MB 103 103
179,664 179,664 00000000000006ffb40a69ce7f9927a0592e73271698e1e116a6a0aad9d360c6 0.02 MB 65 4
179,663 179,663 0000000000000836d0b99e17ad9857a75c1356f6024b33c351b974f30d72aafa 0.06 MB 128 165
179,662 179,662 00000000000006102a64e1dc4137fb3ec39941d21b8425d1987d1f94eafffcf1 0.03 MB 36 29
179,661 179,661 00000000000004a4d8746b33d0c8156eca8e9546a6ac46064f519d86a9f83d75 0.02 MB 43 70
179,660 179,660 00000000000000e6cd628c86c535349d43c423d0001c3cc494a20bb8b71823ec 0.00 MB 14 56
179,659 179,659 00000000000008351b93b656a1b3b473548f0aca8692a465b483a1ec8c318cb2 0.01 MB 10 66
179,658 179,658 00000000000006a780ec1f417d77c145fac6f183da003286d054e5fdc9f95959 0.03 MB 65 168
179,657 179,657 0000000000000213157d3847a3d8d92c060493f366484046cbbb292de8531aff 0.03 MB 62 7
179,656 179,656 000000000000096c1861336c3a57402a7309efe065f1ebec93a53819f5741b61 0.01 MB 16 38
179,655 179,655 00000000000001e064f6de9c3c87469dd458892334c9886b96e15981b0cfade7 0.07 MB 127 399
179,654 179,654 00000000000008fb7bf3ec39d0d3aa9e83833240ea003face941c02675b77e1b 0.00 MB 12 27
Previous 10 blocks ↓
Total Size: 768.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,590.77 GB sent, 92.20 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.