Memory Pool Memory Pool Refreshing

893 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 882 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (838,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,041 69,041 0000000000f2f34f8fc9ea4468c3000169eb2fd809252110f1e966ef2fc35c56 0.00 MB 3 0
69,040 69,040 0000000000b490a8fdc2c803d384c81ce4e5c12796ecdb601208be5423cb96a4 0.00 MB 1 0
69,039 69,039 0000000000a05a3fb99b8a9a296d5ad746d8a06d6c47def701ec51295d0fbdf7 0.00 MB 1 0
69,038 69,038 00000000002a31430d6340a1d91ff7bf49f33b641837f655d7006f87250bb157 0.00 MB 2 0
69,037 69,037 00000000002464940b913faebf9e2229e10fa582e0020a112454ee7ab2a2514f 0.00 MB 2 0
69,036 69,036 0000000000d5442efabd953a1474ab2b1770297ba50c35387eafa7c34aae5927 0.00 MB 5 0
69,035 69,035 00000000006f08e9bd11a767628b01efd6068085157feb52d302bc95bbfee666 0.00 MB 3 0
69,034 69,034 000000000034994683031a0deedd2c1147e02df53e1a9c7d6c3a15d85f0f58c0 0.00 MB 4 0
69,033 69,033 000000000117a9942615a2153a449c7d0e0021f037eaa10ae759da3bd38625f1 0.00 MB 5 0
69,032 69,032 000000000143812c8fa63c3cef7d0dc5b2e8ec87e6de7c2f3233cfcf604259a5 0.00 MB 2 0
69,031 69,031 0000000000e486b26abd3fe9281804264e625987fad499b11c203ebe955bac16 0.00 MB 2 0
69,030 69,030 0000000000d5c4a456d4f7d18d92534e5acbe99e46818cc8415b47ece3dcc16e 0.00 MB 3 0
69,029 69,029 0000000001483380fc5a9f5672545429b7e9fe24e3576e015a9ead0d3e174525 0.00 MB 1 0
69,028 69,028 0000000000de2ac0759e402e3380968b25167dc36db608b5302914351836b135 0.00 MB 2 0
69,027 69,027 000000000011aeca3935d88479e00cd76a0f16fd545aed2a44c180b055dccdee 0.00 MB 1 0
69,026 69,026 000000000140be18021a3cfd85a22cc7a9d869fd99d0ae547446e9abef02faeb 0.00 MB 1 0
69,025 69,025 000000000120948125a2068bf19da2f6b54dfb7fa111ce39ca72d917c3f0285e 0.00 MB 1 0
69,024 69,024 0000000000b49871b1fe459b29d0ca4caacfd790e27f964db4f8bd38e559f19d 0.00 MB 3 0
69,023 69,023 00000000003bd63b4aacee5a969c6b5e0af042ca0997c6c18653b2834dd3d83d 0.00 MB 2 0
69,022 69,022 0000000000e25d2d6d6a735d127bec3c7a8978bdf3fed755d6d9b785ede7a571 0.00 MB 7 0
69,021 69,021 00000000005330feef06f6aa3d69ab1087bc674feabc06096394a8142476aac2 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.25 GB sent, 95.74 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.