Memory Pool Memory Pool Refreshing

536 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (794,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,270 113,270 000000000000705eab7438f0453e85686c8008a47e2211b86ad91d9742c74409 0.00 MB 11 967
113,269 113,269 000000000000ccee383ed8d22de62d85658180be99ade1f4d656bb707e425d41 0.00 MB 14 336
113,268 113,268 00000000000088603c54c58007dedaadde347f145a87795ae8a045cf7dde3c6f 0.00 MB 13 0
113,267 113,267 000000000000d718535569943ef34637ed2a07ed9b8567c0cc3fc6fc6e08e404 0.00 MB 14 336
113,266 113,266 0000000000009e5cf54bd08b77f299a568e1aef51afe391713a0f62521892c1c 0.00 MB 8 0
113,265 113,265 0000000000004ab565a25385ed187e1fdf6fd739cb3f95d616b5f3689d69ccc8 0.02 MB 101 0
113,264 113,264 000000000000b881c85c1e0f5f20b5df2db23eece0584bd81b7c7e7b8e46531d 0.00 MB 14 336
113,263 113,263 000000000000388701969b61364e74aefefcec240c996afb5ca727060ab266d1 0.00 MB 11 347
113,262 113,262 0000000000001b763d8da1d8a6955354a903e81c87dc001aa42ef96f70a1b9da 0.00 MB 13 355
113,261 113,261 0000000000000b39997d846630dd27f82967241f5c7f69c61dbae86e839a0b3b 0.00 MB 13 0
113,260 113,260 00000000000008d621b8faf9226eb2b4ddfcac85bc3a03c2c36b46aeda7271fe 0.03 MB 134 0
113,259 113,259 00000000000050a50095d61b625fe1e1eda624c85a1a21b68b4d974fff24858f 0.00 MB 12 0
113,258 113,258 00000000000085a8e05da7df616110e87fc9454b8a8b14325281b0b770e49503 0.00 MB 11 0
113,257 113,257 00000000000008b1d866cc8b427541844c599caecc88d5c8a3fdcee3c9c60e13 0.00 MB 6 0
113,256 113,256 000000000000d6b3f3392e6247ee6bc4e149e7b67cefdfe996f8e0bda9550e07 0.00 MB 9 1,025
113,255 113,255 0000000000000bfa84c58d83c025b9d59a3b3052677588fb8af33c1c822b0477 0.01 MB 6 0
113,254 113,254 000000000000652b2bf4c292a541771a25c10e19066e728501d2b9496e7db718 0.00 MB 10 0
113,253 113,253 0000000000005abd100bc568a469667ec2b924be850e6dc4b0374e4666e2f121 0.00 MB 11 308
113,252 113,252 0000000000000435ec40cecf7127d5b7ff26e75d5bb0d9d8ff328a84baa1d25c 0.00 MB 1 0
113,251 113,251 0000000000008f62dc2696651283bbd27e180f4f964005f399cb95ad4ee36d59 0.01 MB 24 146
113,250 113,250 000000000000464f351b1a1a4388033d9dce873c4123079d3d7c63f2c50da5b6 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.27 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.34 GB sent, 94.26 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.