Memory Pool Memory Pool Refreshing

8,655 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,114 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (898,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,475 10,475 00000000c6bd8c3f4c2f4aa2c65486d8abc472b407d7ab86197845a73f66ec87 0.00 MB 1 0
10,474 10,474 0000000088db5f5c25a01b667f1733c8e66bc4a62e921197506c652897dd804b 0.00 MB 1 0
10,473 10,473 0000000022768bc6f28d50e8fc2ab386977b04e7f3143225ef25c7e7550e714e 0.00 MB 1 0
10,472 10,472 000000000c47c915eada58f9656e8fafd853e226fdd6e66ff90843d338285be7 0.00 MB 1 0
10,471 10,471 00000000661f0d2fba262be28ac04c884ca077d1ab7366ffa697e1a47e6cf83b 0.00 MB 1 0
10,470 10,470 000000002d1422d772830f037b4e023b1f2b6fca2a0b1e3756004d3e92cd52c9 0.00 MB 1 0
10,469 10,469 000000000f80fa2cf0c3715c3351b7412f9615134515be770c5dd0a0f9d03201 0.00 MB 1 0
10,468 10,468 000000002c89f3438b967101945dc5801c2d69afa3fbaeb6abab7883ba189111 0.00 MB 1 0
10,467 10,467 00000000dc34ee6ece990ae004d1dce7fe5dddcd914a86ff5a1dd49590560c33 0.00 MB 1 0
10,466 10,466 00000000597f11c78ee152d19c54373af396eda362caeb287db91e8cc37167bf 0.00 MB 1 0
10,465 10,465 00000000c12104f8a028da15b17c92f56edc78e119ef2cba5e1d966141d9920c 0.00 MB 1 0
10,464 10,464 000000000d9080dccccdf5313a2c33df5a91b5feb6c36ff798a23a392a89a8df 0.00 MB 1 0
10,463 10,463 00000000b9508fe47e94d57f3ed756370dc5a586d78a7eaa39ae42ef7c249be1 0.00 MB 1 0
10,462 10,462 0000000077562ac651f73b2ddc2334dfd1050b7f3c317497ce9dfffc6dcee81b 0.00 MB 1 0
10,461 10,461 000000000a019aad2cae883f0dc9e554e1508d0a9880eca3e9b0ac21e0e544f5 0.00 MB 1 0
10,460 10,460 0000000005df89911782f8f258de3aa8c01c3746b8ac45fc820282130804ebad 0.00 MB 1 0
10,459 10,459 00000000840de8e37955cda404fd6f24700ed4aedc66a8d11e64de3feb528d7f 0.00 MB 1 0
10,458 10,458 00000000a73665491657cfbe73aeaf7ac2ff0d890bc8e61c6e671542ce840078 0.00 MB 1 0
10,457 10,457 000000008a9325ff75160de896efdb0acbf6a20f4fad4825e9e14ff7c4873e97 0.00 MB 1 0
10,456 10,456 000000002c6e4c1c6868485e63c16a02e7a0cc61b988cfed30de1787977f94f0 0.00 MB 1 0
10,455 10,455 000000009f92d67ca9894050e923f84ebcaa8cc54467c3a1a460f04644bb1932 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.36 GB sent, 101.96 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.