Memory Pool Memory Pool Refreshing

643 transactions
7.49 vMB
Show Random Selection Loading Transactions
Max Size: 30/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,301 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,300 (808,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,480 99,480 0000000000022002eb0b976e77cddd611e185aeb08bcac33db44d411483cdbe6 0.00 MB 2 0
99,479 99,479 000000000001b562ed7bbd788efd87b30f0489b0e57782c62dbe870aad5a68ff 0.00 MB 1 0
99,478 99,478 000000000002ad36f961ccd6287cc5056e29967569767a934c896f2e22aac06b 0.00 MB 7 640
99,477 99,477 000000000002ad2990f5969f4c2255890b5032125cccb1178a27eea44a01ec7a 0.00 MB 3 0
99,476 99,476 000000000002b7eea937cc8fa59a4aef34c04e4c8174529107a2914e97eb570e 0.00 MB 1 0
99,475 99,475 00000000000425742344c6a710ab12270ae5729989153c87a42be930f6b16361 0.00 MB 7 0
99,474 99,474 000000000001e7ba32ddf7fd5af60d565c7894216f91f6f30233991914e9537b 0.00 MB 2 0
99,473 99,473 0000000000028a9a09b35f187aabf8fc17281a031d7368522758734fef3c64c8 0.00 MB 7 0
99,472 99,472 000000000003bd40d3b977240e688cd0029a04285a4873bde15ce38a88ffe713 0.00 MB 12 0
99,471 99,471 000000000000a6f4705fe145b25565dc9ca21ce927517c779319a03948da7a84 0.00 MB 6 0
99,470 99,470 0000000000011ec107cc35518bcb327c8823c87a80369d033c8403263511557b 0.00 MB 11 0
99,469 99,469 000000000003e38fa0a3bd83d28b540d57d23d1dfe674416ed26f9f2afd1cf64 0.00 MB 11 0
99,468 99,468 00000000000031f69b6527e5789139f73e90a6cb651586004aae7079b3e3cf7c 0.00 MB 6 0
99,467 99,467 0000000000020ce558ece90d656557ba9cf899bb45b68c734434aa8a947df8b0 0.00 MB 13 341
99,466 99,466 00000000000382753561bfb2abfa29cb6c0b48871c3a53bf9521735868c6eea1 0.00 MB 7 0
99,465 99,465 0000000000031d939a52cfc958740c5e39d141d7d1ef787d7ff1f5c4c9c731cc 0.00 MB 2 0
99,464 99,464 0000000000020d2f551a4bd7a8333e5edad9a814d8e1162b28d6cd50501af8f6 0.00 MB 1 0
99,463 99,463 000000000000274764c2de79d1d3b33f12a3b4a893b3d5fe19a212285a68556e 0.00 MB 3 0
99,462 99,462 0000000000029487fad83a12d7f727b6e5f39b5c47c8467f8cf90507fad04602 0.00 MB 10 0
99,461 99,461 00000000000375a99fe22dbe4d761cc411db74f69df6f407a254c1acdccdf9ec 0.00 MB 4 0
99,460 99,460 000000000000ec62c2a2a4707574f4d130643f82bb02e3248bfa99df553d457b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.18 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.87 GB sent, 98.43 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.