Memory Pool Memory Pool Refreshing

8,278 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (522,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
385,672 385,672 00000000000000000b355b286782fe164033f4a1909450a53e0369641807f7b7 0.28 MB 489 58
385,671 385,671 0000000000000000066906fc7eb8ee0597224b06a2327a26950bbf17ff2da370 0.50 MB 652 20
385,670 385,670 000000000000000002a57ffcd08a20af01fd45ff72e7d4e5e1c2b2ed344ae84e 1.00 MB 588 10
385,669 385,669 000000000000000007cdf486959712644db723474dff4e5dae02c147cf78e38f 0.75 MB 1,323 26
385,668 385,668 00000000000000000d1e2cef82dcf1fd6f781dc96b846da8251f6f8a70b62a9e 0.95 MB 2,093 30
385,667 385,667 00000000000000000c68ad1aaa3041c8a552228e898bef66c81c23fc5a4956d8 0.00 MB 2 0
385,666 385,666 000000000000000007195948f5a575a101c09fa0cb379f35fdd500cec40e5298 1.00 MB 3,558 56
385,665 385,665 00000000000000000e4a9b66227a95d4da233a68ce74d6044c387c751d5464e2 0.25 MB 435 25
385,664 385,664 0000000000000000091cd248939304fd6e1233f8085bf9174de68093f706d8b4 0.27 MB 543 33
385,663 385,663 0000000000000000085fa5f7322baee8492f5c8b53f6a4d2b9fc5c10a6fcc1b0 0.47 MB 1,103 26
385,662 385,662 00000000000000000931a5272ffa4fd3cad9d9171121cb8866275d6bdddb6d72 1.00 MB 1,789 25
385,661 385,661 000000000000000001654d24f9cc7d5acfb6ce4558b1812bff08aa25eb37af68 0.37 MB 759 29
385,660 385,660 0000000000000000007312748e3e7c358e782caa3f12fe0e8d9965546d109e5d 1.00 MB 1,634 21
385,659 385,659 00000000000000000b1790dfe8d71e3827159e61db8c6e99ab7e1548651c33d2 0.75 MB 2,354 52
385,658 385,658 0000000000000000054fbd38296f6b3411ef65172a131ea3f88faf3c041187b6 0.14 MB 359 31
385,657 385,657 000000000000000001140e762257d590cd49c20fd15dd3d75d8007d3390082d1 1.00 MB 2,232 33
385,656 385,656 00000000000000000153999eb06fe70aa36adbb7656de1f18e323cc274944a9b 0.93 MB 2,157 34
385,655 385,655 000000000000000002fca917693a56cca8dfeda98d3253e5353d06eb2046813c 0.10 MB 222 32
385,654 385,654 00000000000000000a3ca9631f1a5117dd44768e9b5f9b049456cbea5635992a 0.76 MB 1,785 36
385,653 385,653 0000000000000000052d05877d9f32ceec7f16da8ea687dcc85a26f66346043c 0.49 MB 167 7
385,652 385,652 000000000000000005b1c59f7d60ed8c026aa420d7cb5773622f1245f2e10d17 0.75 MB 616 15
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.