Memory Pool Memory Pool Refreshing

6,064 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,867 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (554,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,213 353,213 00000000000000000ef778ceb7695977e0b610c50115788fba5a4f5cd4a58b86 0.14 MB 250 27
353,212 353,212 0000000000000000140e86d99e4d87b58608c30aa5725b680c45ff373e94d637 0.10 MB 162 19
353,211 353,211 00000000000000000ea1408542c3e39562555c2bc41f2c4b4f3287dde424a6dd 0.26 MB 361 20
353,210 353,210 000000000000000005c648415e0549fbe24567ba025ba4fe2dba05339bb8946e 0.75 MB 560 16
353,209 353,209 000000000000000011cc59edf7ee61c54617a9668adb15d8525490e1e18c5c4a 0.90 MB 1,941 29
353,208 353,208 000000000000000003dd5237d660050bc1f751abcb449e98506089f6c8df8f6c 0.21 MB 419 27
353,207 353,207 000000000000000015f890af1b34ff0b50c8e8baeb5caf851db8c044b109d35f 0.60 MB 1,198 26
353,206 353,206 00000000000000000ab206b799ac4df9133f2ebe47becf753c0c1b2efb797eb6 0.24 MB 512 24
353,205 353,205 00000000000000000242bdc8f6abad659e13ea4f5165dae0aa65b6c460332428 0.86 MB 1,692 26
353,204 353,204 000000000000000004178fead62073c38508ab1eabcea34bcef0d8ec027cf868 0.05 MB 95 21
353,203 353,203 000000000000000005b5be5ad2edfc8483c936b598e6ae2044f2ade4081934d2 0.43 MB 619 18
353,202 353,202 000000000000000004874a05932b0b59c5c970be3dd1492a79f59f5b3768b202 0.15 MB 512 47
353,201 353,201 0000000000000000134db4b68921393f37923b0a3a8a1d6d5241335e04d2609b 0.28 MB 473 24
353,200 353,200 000000000000000008dd16fc62e78804493c4c67849697fdcb3a34df6b981ea2 0.13 MB 132 19
353,199 353,199 000000000000000009aeb3d014598903567ce460f2e4d58174aa2dc887259d42 0.70 MB 1,315 20
353,198 353,198 000000000000000009612385ac49557c2f07171a377fd19b72156fa8b67a0c57 0.75 MB 1,085 21
353,197 353,197 0000000000000000070ba72a6c40b947913e5d4063cb9e6653c25a36bf126d29 0.75 MB 2,299 41
353,196 353,196 00000000000000000017be54dfa5f243bd5a9510319e2a4a0e6702b4058ee486 0.20 MB 371 31
353,195 353,195 0000000000000000071da934d84265c11f19fa54b5a5c7a6d4511cd5bc1c9333 0.21 MB 435 24
353,194 353,194 000000000000000002440b78712742cff5b34666d7611b9f23b8c3a9a772adfa 0.06 MB 162 35
353,193 353,193 000000000000000015c03bf5741b44188b48e0e21a8166cc897c38d0ebc2a5f7 0.39 MB 803 19
Previous 10 blocks ↓
Total Size: 768.96 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,615.04 GB sent, 92.61 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.