Memory Pool Memory Pool Refreshing

6,146 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (622,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,532 285,532 000000000000000044ccdb6c0e7366af920b261931b2ac5b82e22388f9bc7fc5 0.02 MB 33 23
285,531 285,531 0000000000000000df0f55c1867fb8c4109e7f2c8d0fbb13ead80bf58d9403da 0.25 MB 197 17
285,530 285,530 00000000000000004f4b792b9b290747ccfe1ab66403a837115711beee869d6e 0.35 MB 163 20
285,529 285,529 0000000000000000fc6f6850857c72039382abdb41d61d4acd525c2f3278f26b 0.35 MB 993 53
285,528 285,528 000000000000000142ff1f2449e520ff7b2cc616ac92ddc87b0a95db37936739 0.10 MB 201 25
285,527 285,527 00000000000000007fc6732254915ab548a508c2c2c9466a4208f31403bda53c 0.29 MB 623 36
285,526 285,526 00000000000000016285923446e39b5f9f7f4cd1f4ec371b4c1e2eeb6dbc5200 0.20 MB 389 34
285,525 285,525 00000000000000009d740d8d54fa35f7cf1389a5f3cd5a7325871f67e5b887d0 0.08 MB 168 34
285,524 285,524 0000000000000001418893270b706f014010207ee74e7dfeab37a79febdd61c0 0.27 MB 477 32
285,523 285,523 000000000000000008397b74adbd94010fd7890548ad01aee4a4ba9d27d6a2b0 0.04 MB 91 41
285,522 285,522 0000000000000000398f27e8a3d434c9bfc8204d8f7fee26f21f5d2493036617 0.18 MB 337 31
285,521 285,521 000000000000000059a7a1c844ab579638c66f2e2dbc8f87ec7fa8631a4af19b 0.13 MB 243 29
285,520 285,520 0000000000000000a65803b0de2f928d477f3d39572f95ac18d90d38b69a70c8 0.02 MB 30 43
285,519 285,519 0000000000000000e8d254f8c3d408d567e80ef70216df7a673f36914454cb0a 0.24 MB 360 33
285,518 285,518 00000000000000009a1f886c62cd8f27f7f5ef1db90a6ac16ab06b8f77720cfd 0.07 MB 131 36
285,517 285,517 0000000000000000ea319ddb0302ec10a82506158939cded4e019d92025cabab 0.24 MB 472 31
285,516 285,516 00000000000000008e773b1d8c38f45573ece3c2848241dc280ae6acf22d3e80 0.15 MB 218 31
285,515 285,515 0000000000000000e16c691461739c6356c5c63ce6c30f8f57f4cc426a97b2be 0.04 MB 99 94
285,514 285,514 00000000000000013a6ff10a76f1f73bd941558812b6b898ecfdb55bf7fa43fc 0.02 MB 29 27
285,513 285,513 000000000000000156c7e38e7f7c28637028d1be6ab1d8121d6bbcf9c14671d5 0.44 MB 488 22
285,512 285,512 000000000000000044b867fced8884893519f8579ae605ce227ac8e91a23ab67 0.35 MB 531 28
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.