Memory Pool Memory Pool Refreshing

1,226 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (27,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,218 880,218 000000000000000000028895f2c47b19698c143465ac277219d0250431ddddef 1.67 MB 3,028 7
880,217 880,217 00000000000000000000f1112e4e2a63547920f5e17a56fa9435ec56dd547c65 1.66 MB 3,364 5
880,216 880,216 00000000000000000002617d2d60c87a49a9fe2b9b6d4d9017ce7a50bd683b05 1.41 MB 1,616 5
880,215 880,215 0000000000000000000058cbdb91cb3dca8aca8334a78bed093680a7954fabfb 1.97 MB 1,694 5
880,214 880,214 00000000000000000001e1086a943240ded857a909967bd2bc1ff97537328cba 1.59 MB 2,893 7
880,213 880,213 000000000000000000010f4ef5f113a8bda342c20d7a89b4917892ad146c8b1d 1.69 MB 3,019 10
880,212 880,212 000000000000000000001eb0f15853f8bca03a55a7ab23a426f5bf7615f86727 1.69 MB 4,150 9
880,211 880,211 000000000000000000024358514e64c7c39ec7e543edd775bd5b7014a3afc427 1.64 MB 3,330 14
880,210 880,210 0000000000000000000209c0de9939927751b68d828df4e522305684bfa558af 1.70 MB 2,694 11
880,209 880,209 00000000000000000001b626bae31f247469b367d8d3a1e7d951cb20638f340b 1.53 MB 3,813 16
880,208 880,208 00000000000000000000a044d11848917b6e1ce053f5db91dfbb51793b6b103c 1.25 MB 1,431 5
880,207 880,207 000000000000000000018ebf7102aec5a55bfe230cbef2ccb4302d13aa9a2108 1.24 MB 1,143 5
880,206 880,206 0000000000000000000003c197772c51c24215f4b8038491e8b46d1b38f4e189 1.39 MB 1,387 5
880,205 880,205 00000000000000000001c86aa3350b87899931c9126c0699af88f528b894555d 1.17 MB 596 4
880,204 880,204 0000000000000000000043f8fff5b360b976a0cfb23e7cb306636e37a796e302 1.25 MB 1,284 5
880,203 880,203 000000000000000000020fc1cdb1a7e0ce61b115ce72de7420299d9694e8a74b 1.21 MB 1,300 5
880,202 880,202 000000000000000000012a88fb877ca80c6c4250bad1377642d110967ffcc10e 1.42 MB 1,000 5
880,201 880,201 00000000000000000000a653b9d06e81f3060a93eded94231618d7d6b35a04ce 1.97 MB 230 4
880,200 880,200 00000000000000000000c24207048564d7eda4924db42c6ba961184bf5b0e448 1.77 MB 2,562 5
880,199 880,199 000000000000000000025117c2179fb316db3666f7385db48e5a50a587f10edd 1.65 MB 3,421 9
880,198 880,198 000000000000000000014ed852ce45c431987021e824ff79b712f7cbc8ce48d6 1.68 MB 3,508 9
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.