Memory Pool Memory Pool Refreshing

873 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (628,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,395 279,395 0000000000000001aa41968c5504b348f27699eea7da47bf5c768aa2572de9bc 0.45 MB 1,011 37
279,394 279,394 0000000000000002a0a0800aa8a677220afb8a8884d23c508ee45dd19fc6ccb3 0.03 MB 72 111
279,393 279,393 00000000000000029477fd0be0742937e1c1a654226ffad141cf7639ff29033d 0.03 MB 77 126
279,392 279,392 000000000000000012fbc570e123332a7f86f36a3983f8ab5aff1cea0176a17a 0.11 MB 256 43
279,391 279,391 0000000000000000e984bcbf0a8d045ccb78afb2b5a7421b4a2595fc0be0e8d4 0.03 MB 80 46
279,390 279,390 0000000000000001770a5f93a6964b0d297858139c9b535c421a081983555fd4 0.03 MB 67 36
279,389 279,389 000000000000000125da0aedea55b9a6e6450868fe7e8c73bd5a58b5d209d750 0.18 MB 440 57
279,388 279,388 0000000000000000733aa0c8c1dddb807e2adbe34a6227128034dfbbf3ee8459 0.16 MB 220 25
279,387 279,387 00000000000000028ff00086bf026a73eeb580e0b43faf18533343ee0f974c49 0.07 MB 128 30
279,386 279,386 00000000000000010a0505c7512224a9802db97c4ef074ae9e6cb179bfc3b463 0.33 MB 598 42
279,385 279,385 000000000000000260156a6d6a51f1af662ed367b68c12de65cb128259d67851 0.24 MB 407 20
279,384 279,384 000000000000000204e0c78ec2f6a77601394423f328087e6b5c410595b85f6e 0.25 MB 698 91
279,383 279,383 0000000000000001df8051fa8bf0eac9cbf8dbb5fe9441b26afd4deac691a01a 0.24 MB 545 56
279,382 279,382 00000000000000015c4e1e30687572ebd963fc88b6274534ad9759f22844debe 0.04 MB 103 42
279,381 279,381 00000000000000002f35c52c1a35582370322d736ed67e12434994fab88504cb 0.28 MB 606 62
279,380 279,380 0000000000000000d83fa96738769a9b05e23ce76b3816ef9c6ab913c3bd5cc7 0.17 MB 178 30
279,379 279,379 00000000000000000980847480bf441237f0ea0dba526b6b7a82e7418cd6adae 0.24 MB 504 75
279,378 279,378 0000000000000000eea976a669c940e408e269d4984370ad1c3059db09dad86a 0.10 MB 173 61
279,377 279,377 0000000000000001c1d69ab243e316db13d71a1ef1d6972d401648801421865b 0.23 MB 496 43
279,376 279,376 000000000000000156d9376256f05239398ea6915f7bf085c728a0e786e85968 0.04 MB 91 70
279,375 279,375 00000000000000012741e7ea2512afb2535f91b48b3ba3c9a5d98202b884267b 0.11 MB 222 64
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.