Memory Pool Memory Pool Refreshing

258 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,787 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (618,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,668 289,668 00000000000000006e3bfd4de45068fbcbafe6b3f0a7e40450e97bfefd826761 0.05 MB 67 29
289,667 289,667 0000000000000000f027e02632183d36e06c248af96d4e10adbcdb4787a8da31 0.21 MB 410 28
289,666 289,666 000000000000000055cea4a262e43381170de25e744994cde4d0c9a03e02ffc9 0.12 MB 171 18
289,665 289,665 0000000000000000e5e60afa2f99af904647dbf6a5e2cc02269cae4c5d0d3f7f 0.01 MB 11 18
289,664 289,664 0000000000000000a83fd6a9e941051a03edcbb31a2f5ab978ae2ff7e7728ef3 0.09 MB 121 28
289,663 289,663 0000000000000000eeddd8b320a192b4f68b2a403f97cd946bc43c3925fefb22 0.04 MB 111 13
289,662 289,662 0000000000000000e04174418b088cdb56f445307d17e93a933810ab44655355 0.05 MB 116 31
289,661 289,661 0000000000000001154d9a5672043ed3be0a83e50846da7d638122036d4e18fd 0.64 MB 1,045 33
289,660 289,660 0000000000000000e6a0697411fe771175467b00aa2f46e7f5e9e2cc531dc774 0.16 MB 323 20
289,659 289,659 00000000000000002e964579da3adb86904e8a7637d350d144244058ca3f1b92 0.40 MB 536 22
289,658 289,658 00000000000000003b80eb4db31771dd4d67f0dbc697aae9da91779ea1dcbdde 0.07 MB 141 39
289,657 289,657 0000000000000000e56e55fe39d3084a25460dd390fc41c20061c7bd46fecdf8 0.33 MB 397 30
289,656 289,656 0000000000000000fb138c66241c25f20481da52cf42ab0c121445fbbba2b637 0.22 MB 318 23
289,655 289,655 000000000000000046b08a776997800fb5215b9328fcbc54c7857b6ee4085c8f 0.37 MB 268 17
289,654 289,654 000000000000000089e0ba913422cbba72e4ccd54c6ffbddd66a21b4e62e59a7 0.18 MB 512 45
289,653 289,653 00000000000000000c180388440785d4b555f484e9cfb3c1c0a7f39f5b6efe26 0.11 MB 152 20
289,652 289,652 000000000000000036dc1a98da3475e71874dbc1ad616f08158850eddbe41ef0 0.03 MB 128 13
289,651 289,651 0000000000000000147834eca57f72adea5f3942f656d12404b10315a04786e7 0.08 MB 117 31
289,650 289,650 00000000000000007211a114a74c519871bd3be4b66201691788d4559f08fe3b 0.20 MB 352 42
289,649 289,649 00000000000000004321aab4c962119e396fb655c49335bd4503e2edfcc2666d 0.43 MB 452 35
289,648 289,648 0000000000000000076e171977da1a9249779da0e30835c23b5138d4ff0ca523 0.50 MB 1,171 41
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.