Memory Pool Memory Pool Refreshing

9,555 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,453 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (645,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,396 262,396 0000000000000016adb4ae80d74ce18aab4f938e2f3fcc13ed1564495db5b998 0.03 MB 101 77
262,395 262,395 000000000000000ccea5e61cb90371c9b2b4891f6714770b611e84dea1c8094b 0.03 MB 68 31
262,394 262,394 000000000000001393f4c8e9564ae43cf871ef6d714656b6aec00955b86eba03 0.21 MB 522 99
262,393 262,393 0000000000000015424297bdb4d3ba1c4dc732c8c371db06a22f87c1505da6c7 0.16 MB 340 81
262,392 262,392 00000000000000166e69d1c618279078a87ba5e8fd9cd38d942bc23030143e50 0.09 MB 217 91
262,391 262,391 0000000000000016a2473cee2b14663e472fe69996927358a66cf07b9e610a33 0.02 MB 55 63
262,390 262,390 000000000000001465841789d350727d1e039969b679e875462d5da687b7726b 0.17 MB 419 87
262,389 262,389 000000000000000a4b97c0c77d5144230012829dc6121a4a886d5840fc369ab8 0.10 MB 232 63
262,388 262,388 000000000000000a7af9a2b4504d8f3160332faa546b29447d9ff22b76aa5ffe 0.09 MB 257 78
262,387 262,387 0000000000000012d80043a4994ac859b9e3b7fc31952cc3dd1a0fd05b6a9015 0.09 MB 185 66
262,386 262,386 0000000000000008b0646779e3ff1841232d19ad58adcb0802c8132d793784d4 0.15 MB 290 58
262,385 262,385 0000000000000002010862335f7b8458deb20df2db03c25a86bcf5a0f3e6944f 0.14 MB 389 78
262,384 262,384 0000000000000013bac13ced9931fef5d21e3568c23533c917a1e8bb9e97e270 0.06 MB 126 68
262,383 262,383 00000000000000124b7cf7b1772566896560fa5a92baba323c7b733de06713a2 0.03 MB 80 93
262,382 262,382 0000000000000004f9a3c32bb36f99a585f2420e98eeb1b31799f752572091ea 0.02 MB 70 100
262,381 262,381 0000000000000003041a77094670ff50fba453107a2426e3b3b36038f9ad4808 0.02 MB 73 83
262,380 262,380 0000000000000001e7b2a612109ef7a17bdffff60b2b32f26278c2108ff3275e 0.13 MB 330 91
262,379 262,379 000000000000001368343b41dabcb602862e9db8718ec35eb377ab9efd565607 0.11 MB 265 82
262,378 262,378 0000000000000008afbe541ea8de6678f2263197835052c861f1ee4c4f204fa7 0.01 MB 26 105
262,377 262,377 00000000000000048405d812b76e9dcc643d446a66d42be31c2f2f4f84ac05d4 0.06 MB 156 90
262,376 262,376 00000000000000006651efb527a99de534c30b678dd81d005ede9005a53b8a87 0.06 MB 157 101
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.