Memory Pool Memory Pool Refreshing

6,173 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (7,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,858 900,858 00000000000000000000e9c5957d39dcafa2d655819719fa77225abc687af153 1.66 MB 2,750 1
900,857 900,857 0000000000000000000173912889c18322621ccff4df57953f504fca553338d2 1.40 MB 3,358 1
900,856 900,856 00000000000000000001cebecc553ce2a6f1d630ef5feb9c7493e9c86eeda571 1.50 MB 2,289 2
900,855 900,855 0000000000000000000096969a757947ef5c39c4b2acf49fd393363e537b4cce 1.45 MB 2,445 2
900,854 900,854 0000000000000000000192c661d9c6106031a440f9f4f692ccec8133aa3400fc 1.47 MB 2,782 1
900,853 900,853 00000000000000000001fc99fa45393bf69069df48d6017c361d32afc7daf75e 1.51 MB 2,524 3
900,852 900,852 00000000000000000000b9c9456a3320e628b9d9a861c05d078f0a4fa85670cb 1.56 MB 2,667 2
900,851 900,851 0000000000000000000225835754a367df1fa130f63e586a676a3d2979a0cd5e 1.54 MB 1,180 1
900,850 900,850 0000000000000000000197c67e3432e3bac531718b7f6d59fec2d5802146a0e9 1.14 MB 717 2
900,849 900,849 0000000000000000000093812f78ce7801650823c3c7bf3a9957ee1f8d8be1cc 1.44 MB 2,326 2
900,848 900,848 000000000000000000015cf074b4f2578813fdeb99252f37bc8d8976b4f86ceb 1.59 MB 5,361 3
900,847 900,847 00000000000000000000062869a08b6b3ac0321a785b138356ad66c298a98c0b 1.61 MB 3,773 4
900,846 900,846 000000000000000000012ad3b69c889a9984aaee2593df2fa29fd1f0e2ddfe9a 1.48 MB 3,476 8
900,845 900,845 0000000000000000000040b4156903adcf3e8a1075ae1957ce1c01f1ad5032a5 1.43 MB 3,196 3
900,844 900,844 00000000000000000002283625372c14f52130902bb4ef038c886fd409f8921d 1.49 MB 2,196 2
900,843 900,843 000000000000000000004ca5e17e54f262c2961df09c6d91db847aed4032bc71 1.58 MB 2,418 3
900,842 900,842 000000000000000000001c0f11dad30ca6fad8e2dac771c0a6d12fe8e4a4ce94 1.87 MB 3,733 1
900,841 900,841 00000000000000000000546a2af68ddb63070a75c6db4bbdfabcef020f3c54f4 1.79 MB 1,804 1
900,840 900,840 00000000000000000001c3a37d709117f7341a6ea13fb5dd7826959f10458ca9 1.65 MB 2,271 1
900,839 900,839 000000000000000000001fd502b246184514bfdc2f2b5b9a3387b503f300175d 1.54 MB 2,920 3
900,838 900,838 00000000000000000000a397249de2b6d3568f6ae3a34b4a809826b44a3d5782 1.52 MB 1,604 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.