Memory Pool Memory Pool Refreshing

4,019 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (383,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,436 524,436 0000000000000000002c450ce9bc5df29a866042957c04eee7e3b029ac446847 0.39 MB 866 50
524,435 524,435 0000000000000000000288fb9d7821f79e3b0eee49702511e7e4930bbe73a166 0.52 MB 863 37
524,434 524,434 0000000000000000001eea8b138e2e98553db561e9dd9331f3fb89a1ef07f3ec 0.41 MB 985 47
524,433 524,433 000000000000000000132f17db44636c2f0ebc57b114350843f4535422831db6 0.22 MB 572 20
524,432 524,432 0000000000000000001d2757e5408c78f78ef0eee6865f2e19c4dcd618986fc5 0.23 MB 559 27
524,431 524,431 0000000000000000002ef9116156ca563e5e7c4fe7b6c35e0a409ed46f05ba21 0.00 MB 16 14
524,430 524,430 0000000000000000000a7511b1f4632e8d3e74a2a855c1af8a5829784c6ec67f 0.77 MB 1,672 36
524,429 524,429 0000000000000000000f7d6dc8128bf406dcb2823c3f364785a75aff03681f1f 0.70 MB 1,216 37
524,428 524,428 00000000000000000031da1d9af3a9622850469f55311621a8dd43bc8d606391 0.22 MB 417 36
524,427 524,427 00000000000000000035abbd1facfd34194a9831aaab240b9757c03f04eb23b3 0.08 MB 163 38
524,426 524,426 0000000000000000000ce16a6731387c7ddae61f6c9c776e81e5d4bbe0469d8f 0.93 MB 1,594 25
524,425 524,425 00000000000000000009433e9f9a6aa839831b6413386f17b6e1419edcb0902e 0.00 MB 13 36
524,424 524,424 000000000000000000197f695e243af70d5f4f20d0b38b98baa11cbbc5a0acea 0.28 MB 326 17
524,423 524,423 00000000000000000038398ce0694efd0bfd72da4f6a02f770649a0b3d1cc97a 0.96 MB 1,935 26
524,422 524,422 0000000000000000000dc7898537267370441572cfe169e8ddd974658ff035f5 0.14 MB 315 43
524,421 524,421 0000000000000000003f2ace70a9f619fd58b4e2cc52dc3b11c52865b2db4fba 0.12 MB 297 45
524,420 524,420 00000000000000000003ca4e2cd1206782ab5b87a6b33ebb9c0f26451eb722ac 0.86 MB 1,499 29
524,419 524,419 000000000000000000343556909e3aebd9a2bce0f1d6eb8019a02bd0616ff87f 0.32 MB 564 25
524,418 524,418 0000000000000000000b20e7a43628975867a1cd18f7dcee101a9f8b34722f1b 0.01 MB 41 19
524,417 524,417 0000000000000000002416f441787cb0b4a6030d991ca6ff0e0afb12713b2ca2 0.48 MB 878 24
524,416 524,416 0000000000000000001fdeaeea7bf16ca85e468e8d2feaad0c20671c5ef872e8 0.26 MB 522 25
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.