Memory Pool Memory Pool Refreshing

2,101 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 2,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (815,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,558 93,558 000000000000a75226e4b24baeb4b240da410efc1d59c5b2c66ed16e94e5d1a8 0.00 MB 3 0
93,557 93,557 00000000000133bff7eb288c01834afe129b62492a9b8dd1e02f39c9dc10d39c 0.00 MB 2 0
93,556 93,556 00000000000271950f5056fa95b63dde6bc6449b11cd27e7e3c7a975620071b0 0.00 MB 3 0
93,555 93,555 000000000007af58aea99bc0f835e714b824295cc6b196b5207a5f720811e411 0.00 MB 1 0
93,554 93,554 000000000003edb722c935ab18608160eb0d33943c2bf55b72409eb7fafb1de6 0.00 MB 4 0
93,553 93,553 000000000006a8efcafde2c9970c65dd119900a642a92c906c3c5ac0f1d97641 0.00 MB 3 0
93,552 93,552 0000000000056f8616395095cb7ca18460b07045ea6fd6ad406e5fc020494db2 0.00 MB 1 0
93,551 93,551 0000000000012cab969fbeee349423cb9d823f6df8c52b70ea80178fdf6673f3 0.00 MB 1 0
93,550 93,550 00000000000114c45029fa88ecb4d0050c77f73252f38a30845742651cb59adf 0.00 MB 2 0
93,549 93,549 0000000000043c75149184c934e8dfebacbccbb161adeb12a890ab7f9c90eb69 0.00 MB 1 0
93,548 93,548 000000000002e8fce20a411b0790c61436eb83decd63c2c7a50f00c9110009c2 0.00 MB 2 0
93,547 93,547 00000000000972b558bf44400ad66d5c85e3c410d3fee71cd297abae516277cd 0.00 MB 1 0
93,546 93,546 0000000000014e88bfc9fac9026c4859e81141bb53ae758315ef9e157286d04a 0.00 MB 1 0
93,545 93,545 000000000002f74b94242868dffda91e248923de85ab89d40edd1d51e92055ff 0.00 MB 1 0
93,544 93,544 000000000006a6f732d3199d2626393370d9b7ceb683adee77d8cdcad9626f27 0.00 MB 2 0
93,543 93,543 000000000007cf78eaae776687927dc863983afc048a70d0e40fe2cda0606168 0.00 MB 3 0
93,542 93,542 0000000000087d5e4a60df068e7232d261079507c977c0cad7b100b2df604cea 0.00 MB 2 0
93,541 93,541 000000000003fe38390309c77af2309a50286e576a2e5b86d4129f6cb628819b 0.00 MB 2 0
93,540 93,540 0000000000028c7f4a84941f46906df29e578c6c2ba4a36f05f92b3283922fa1 0.00 MB 1 0
93,539 93,539 000000000000f957c704f655fd068f4658ab729112d678d096a68585588852c8 0.00 MB 5 0
93,538 93,538 000000000006b8b7436c4dbff37c1a4b005dc5f59bb0f7e76f90b5ccaee54c21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.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.