Memory Pool Memory Pool Refreshing

6,752 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (594,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,786 313,786 000000000000000002deb5619e66c0f06b4f4c6ee5a1c1f9f5c09b6f00cc2bfb 0.18 MB 220 8
313,785 313,785 0000000000000000300fc8c64ae908955d62e0efb3ba49226974dc06c8567d41 0.21 MB 380 28
313,784 313,784 00000000000000002cafb87b7fb9f5d364fd5037be00108b182ab1c73621875c 0.19 MB 331 25
313,783 313,783 00000000000000002e9d6781845284909b91dd443aebf32361fb06c0da466c64 0.06 MB 76 20
313,782 313,782 000000000000000019557cd86d03f24214b769ed6da319fbf040827ef477c501 0.20 MB 346 27
313,781 313,781 000000000000000028e465351555143434ccfb599499279a4e203a653e7accfe 0.12 MB 189 22
313,780 313,780 00000000000000000635b467eee14f41bd40bd8f08eb528edee97fa705ddd797 0.21 MB 442 30
313,779 313,779 00000000000000000d85cae1b7075202a4ca7b921bbb9eb154e68c425fb17daa 0.01 MB 18 29
313,778 313,778 00000000000000003247e185ef31314a65bc568a24b10fa070299021d74c51d4 0.41 MB 592 24
313,777 313,777 00000000000000001db25751863de4c9f3e8a1b05342763427c79e870b1f89b8 0.22 MB 322 23
313,776 313,776 000000000000000034faa0c5d3c88702f0aa7b005f8465045ff9474629f253b1 0.21 MB 405 31
313,775 313,775 0000000000000000355009a28ae8c19ddee9010229a25e69c996aa2ebb10ed3e 0.29 MB 187 16
313,774 313,774 00000000000000000712b3d0d6f4b6afade762781bbf86d35f193d3aa6c02e6b 0.01 MB 21 38
313,773 313,773 000000000000000019768ba316127399523cae71f4020f6def2cd800291750c1 0.04 MB 107 36
313,772 313,772 00000000000000000652aab30489cbc96bdb9b0c97d885561ff9f628d667f62f 0.23 MB 421 27
313,771 313,771 00000000000000001dfe19497fcfe412cb10af300806cd46676e4819a2a04632 0.00 MB 10 27
313,770 313,770 000000000000000022d6bc996103264bc0af5158a02d46fabfe2dda0679dc109 0.06 MB 126 27
313,769 313,769 0000000000000000218efa3906becf563e5f3f719e6cdf9b66da4755a056bd4b 0.01 MB 29 26
313,768 313,768 0000000000000000108efd3e1dab5a2500d9844b34a8c7409eba4339a1950d1f 0.04 MB 32 9
313,767 313,767 000000000000000024adfbd476527645768bcb7b2983255b87cbfade20e3a2fb 0.00 MB 8 34
313,766 313,766 000000000000000017c4425810e4ba49210074206ccff18312cb917bd195b690 0.12 MB 234 30
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.