Memory Pool Memory Pool Refreshing

1,489 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
4 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,482 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (799,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,360 108,360 000000000001d9a16bc982928464136cff5edec104f37c8a5aa5fe117b668dc2 0.00 MB 1 0
108,359 108,359 0000000000009df7d3554485a6a01c5d651f4c15bb93bd41e5c9d4568e786b6c 0.00 MB 9 0
108,358 108,358 000000000001dcd0a51eefb38ec75eeba054c475e6de5075b2741f7ab1ac3ea9 0.00 MB 7 314
108,357 108,357 0000000000018db9c9d424d52f1d4ee011981eeb84be9d316936a5c0288bb019 0.00 MB 2 0
108,356 108,356 000000000001acefc965bd4c3cd8ba9c5e13df303b814b72536bd6dfecceb524 0.00 MB 2 0
108,355 108,355 0000000000010887825bbdd85c42cd9cecfa3d59f512dea9d904f6d52337e931 0.00 MB 2 0
108,354 108,354 000000000001132d3a425684bf46035b87f48c14aa6033f5cde139096d029616 0.00 MB 7 0
108,353 108,353 000000000001c00172314d23875517148c66a1df4a4e116a81a9e65aa4237850 0.00 MB 19 0
108,352 108,352 0000000000012e8ad71f2c8fe25818302059117035b502cfca31bbc824fd1fec 0.00 MB 4 0
108,351 108,351 00000000000181ba37c29be1d32ecace03433b1a9acaac78527bef6045256f01 0.00 MB 2 0
108,350 108,350 0000000000013d584707999f3b4f30b6bb85574cb30bf3c6cab9ccedfa18d7cc 0.00 MB 7 0
108,349 108,349 0000000000008602cc78abd092b7c0feddef62b2e27fc5557243fcdf93018ee9 0.00 MB 7 479
108,348 108,348 000000000001978f4ccc7e36d6d4d58c7ad54111eef5e74d2f7898dbc0f7b326 0.00 MB 2 0
108,347 108,347 000000000001df7edeeabe6265de2bc71b8aafacf04d60098beaa043f4b44c1f 0.00 MB 7 0
108,346 108,346 000000000001b30965a655b09c0d0b616ba9857ecb26645a28138834e355ed9d 0.01 MB 40 0
108,345 108,345 000000000001e36b94fea5d681a544b6c9613210b29db768c5fab4ee0e0e0484 0.00 MB 4 146
108,344 108,344 000000000001dd84ad19f27b08dfc85e11be09906fd62b5312c1ac8051446909 0.00 MB 7 0
108,343 108,343 000000000001c3b321abbb4cacecf605d942cd766649af430a3f2ec5e827f799 0.00 MB 10 0
108,342 108,342 00000000000191033e077a465b44159c0390506cd76394fb49c0b07ce8507c63 0.00 MB 4 0
108,341 108,341 00000000000244bd53bac5bcfaa8093f41713da92c73bbeadc6c529e5dea8c3b 0.00 MB 4 0
108,340 108,340 00000000000018dbe3fcfa8268a1322a88b4f43c4236a56ba747b506179cc09a 0.00 MB 11 339
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.