Memory Pool Memory Pool Refreshing

6,322 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
901,972 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,043 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,971 (104,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,039 797,039 00000000000000000003fce70cb91d1d2f7041ee624549c2ed0a88f3f9bcac43 1.50 MB 3,519 35
797,038 797,038 0000000000000000000457c6829e5307c7abab316281168bc42ceb87eb4373f0 2.01 MB 4,305 13
797,037 797,037 0000000000000000000162eaf0ed102dc06448f1c47940d395ec88681af67385 1.66 MB 3,363 24
797,036 797,036 000000000000000000046682a67fc0af48b0138cc16bd342777153db63a29a27 1.97 MB 1,732 9
797,035 797,035 000000000000000000007dc9ae415b751c088d43144339c175252df7ebdc81df 1.69 MB 1,865 17
797,034 797,034 00000000000000000001877d4def72a2dd1c9b9ebf03f2675710c86c2ba1edd2 1.75 MB 1,769 14
797,033 797,033 0000000000000000000070f81320bcc78c4879faa0e1654736afca36afe76a3c 1.66 MB 3,096 28
797,032 797,032 00000000000000000003f460829ed7b10209d32e088e4a0846956fafeb1a1fae 1.31 MB 1,621 18
797,031 797,031 000000000000000000051ed4fc75b797a5b9fae2c454327d8c64019c8de05ba3 1.49 MB 2,951 23
797,030 797,030 00000000000000000002fcdc00990a808f3ca2209d5036b614f803410fe4e48c 1.59 MB 2,958 28
797,029 797,029 00000000000000000002b5b54b43881e6c2263c0f619d252baf3dc1ad7ddccba 1.53 MB 2,472 28
797,028 797,028 000000000000000000038861fc2e7b965d0c7d39e4e045515a11755f91eb4b85 1.56 MB 2,824 24
797,027 797,027 00000000000000000002927c459ce2e9f803991a7108851f346ed11905fc66b4 1.43 MB 2,104 27
797,026 797,026 000000000000000000008da69e8c11f6587a9dc9ff5c6e02a8f1215ce8eb1344 1.76 MB 2,094 36
797,025 797,025 000000000000000000026fb3c39fe4c4a386bc5cb69dbb38a190150eb737323e 1.85 MB 3,415 11
797,024 797,024 00000000000000000003b2d867505b5fc972038c8a0fe7b093341f7c856e73db 1.75 MB 2,894 18
797,023 797,023 0000000000000000000547e7dbcbeea4a29757c4b0f0bdf695bb5a14d1f1f2a3 1.81 MB 2,362 13
797,022 797,022 000000000000000000017fec88545a09428e5c8de8b5551c562ef4af67b06df6 1.69 MB 3,112 18
797,021 797,021 000000000000000000053035724791c2b28d569718ba361c17f1a2bac1db2e61 1.58 MB 3,193 26
797,020 797,020 00000000000000000003f23092db3a2bc8da996417bbbbf12bde62885bd79108 1.74 MB 1,989 13
797,019 797,019 00000000000000000004e45157a49c9a5ee03591c7740398f9dfe353779c3b64 1.66 MB 2,174 14
Previous 10 blocks ↓
Total Size: 759.16 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: 814.96 GB sent, 42.41 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.