Memory Pool Memory Pool Refreshing

1,787 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,782 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (825,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,243 83,243 0000000000134a38423960cf6927f6cbdb4840ba38b037cf80c97f1ed608e886 0.00 MB 13 0
83,242 83,242 00000000001542278242c3335bd15e954c9ee766aa2754092f5dc1b317510985 0.00 MB 1 0
83,241 83,241 000000000022e71ebdad7716d21aaa614cc1c15cd54ba3ea2b421273230db686 0.00 MB 4 0
83,240 83,240 00000000001cf89fc1f7463b6826e7a05aaa08ceb0a1e28bb8ebf8983acf6142 0.00 MB 6 0
83,239 83,239 00000000000b8dcea6d9c4c1789250804ba956d69b4b2aec1e8a8c14d903b5ba 0.00 MB 3 0
83,238 83,238 00000000001335f027691acca673d005db6d3f189fab0cf848f287e0853ac4c6 0.00 MB 4 0
83,237 83,237 00000000000fdba48a24128c3ce9a37c7d5092823131cfa7d23aa822cc155a0a 0.00 MB 4 0
83,236 83,236 00000000001e4b057fc60e328e0f0a8efdd9d472caac358f4938b95709cbec36 0.00 MB 3 0
83,235 83,235 000000000004933ba2233a87c25be2191513717243e476168589f6e9bcb414d7 0.00 MB 8 0
83,234 83,234 0000000000144194eb386f71a3b3a9d40d4e5766d7ba30bf66909104dc5fec5d 0.00 MB 9 0
83,233 83,233 000000000022a7485f2738a5522c400b07be3c88386e845a31a3044f016df9bc 0.00 MB 1 0
83,232 83,232 000000000012bc6b6beb5d17cc6cd9ba442008d88a52c333d4da35f50bf3588c 0.01 MB 2 0
83,231 83,231 0000000000234500b2061c4760102b46a2603acbc839b2fdabb1feed97273020 0.00 MB 6 0
83,230 83,230 0000000000001f1843ceb96529ca032bc010b3d8de011e136a500f5b3f7c3006 0.00 MB 3 0
83,229 83,229 00000000001aeca387e17d64e0ac48b668077c42b0608140c5055d9c83c6d585 0.00 MB 2 0
83,228 83,228 000000000014b1029d7dc93ef3232a9ec0760886c6f34d78c4ead1bb3be9ba4f 0.00 MB 3 0
83,227 83,227 00000000001f9b83de667d3c7aae86807866b0f3fb827c0a7da68170c48ad14f 0.00 MB 1 0
83,226 83,226 0000000000046cac9db9a55b616629588ae0fffc49c60bbfc99bb93c09cf7dda 0.02 MB 5 0
83,225 83,225 00000000000208bd886703441aca1d04d7c12cf92f779304d0307de8a1e39b05 0.00 MB 1 0
83,224 83,224 0000000000184440be52fa0945ff8f052fd2bceb35c1ace65e5339621e088e1b 0.00 MB 1 0
83,223 83,223 00000000001ac63d7297d330a1831adae0ecc65fc0aa3fee978de79b6dc5f6aa 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.37 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.