Memory Pool Memory Pool Refreshing

6,661 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,209 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (794,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,280 113,280 0000000000004f0a1d5199b4c3e552348d3872f5a17227c4b927dc70a0591f0b 0.00 MB 3 0
113,279 113,279 000000000000486ca734b68cd1b61a9de1007d4cf180a215c7824e3ea20c74b5 0.05 MB 215 36
113,278 113,278 00000000000001f042e46796e0e9d672ad0ad456141950ccbcc8b051df819358 0.00 MB 1 0
113,277 113,277 0000000000009b846db3408af37c80cd412956e62dad148bf90b3f2eecc5775d 0.00 MB 14 683
113,276 113,276 0000000000003a29d217bd9acb3b4a8e0d5bb7915f336900478e3601e092857c 0.00 MB 14 0
113,275 113,275 00000000000085ee0ee58ba2d6b14373aba803964eca3074dc00c2625a0944ec 0.01 MB 36 111
113,274 113,274 00000000000020a957fb029cf8b3f7dc67b8dffb1922789a6530bc74d555b3c2 0.00 MB 1 0
113,273 113,273 0000000000001f30556f3c7fea42be210a0f03c27f92e331f550afe0c373b1a5 0.00 MB 13 0
113,272 113,272 000000000000d7bb9e41561bf0bfea9d69a59945f4cf4a299c1c0ab7f773257b 0.00 MB 8 7
113,271 113,271 000000000000bcb6135c67fa114c8ae5b0c5c892a08655c7b01a60e99512f707 0.01 MB 21 0
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
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.