Memory Pool Memory Pool Refreshing

1,896 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,869 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (622,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
285,511 285,511 000000000000000159b2797f0d1a1ef847a2071189a0c64dbad09c3ad8278ada 0.25 MB 745 50
285,510 285,510 0000000000000000ea7d998f23a2b835232630669d6ea0905a1b0e02e8abd6bc 0.18 MB 273 29
285,509 285,509 000000000000000158823e16eb7b10438e789594b771a3424b5e7610678c59dc 0.35 MB 681 33
285,508 285,508 0000000000000000dbe32aff869ee066d27fc544a09fb42b229f35dddf3435ec 0.19 MB 367 37
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.