Memory Pool Memory Pool Refreshing

11,934 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,076 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (721,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,856 185,856 00000000000003f4844fa81caaa5fec4b0fd96d5c5aa8582edbd2ceb64251560 0.07 MB 99 93
185,855 185,855 0000000000000486965ee5429cbb4ce43c0e7f39b669e2e109b288291d63d38c 0.02 MB 64 126
185,854 185,854 0000000000000893859d965d44f8a9ab8c63cbfb1032485ed49601ac92544e4e 0.08 MB 139 78
185,853 185,853 00000000000002dab6671acd8272e6222fed585596194ea30250b0260e433a6a 0.01 MB 32 183
185,852 185,852 0000000000000599ddf24751f6c1f5ed7d700fd6c04b0ff00aa90ca355f8fb81 0.03 MB 58 74
185,851 185,851 0000000000000712b68c6dae685db75812e1dac2fb94c404a332c934e038e85c 0.00 MB 12 72
185,850 185,850 00000000000000d065b0d0d1700a911c24de0053c31193df459a11c19cf7ee4c 0.06 MB 105 107
185,849 185,849 00000000000007b54d6098b2730671e6ac50819eb72e36aa74e0f94087696a2e 0.01 MB 39 181
185,848 185,848 00000000000003f518770251a5383564596e31745cf525f7de3a7f09e9b90acb 0.04 MB 137 16
185,847 185,847 000000000000083e3239cd13fd5a37c32e19a568f092a84a45c76837a07e4e5b 0.35 MB 847 434
185,846 185,846 000000000000010c8d578beed666732a56640e2d82fba05d798c7509ff402fc4 0.10 MB 197 99
185,845 185,845 0000000000000547265576ccc0a022f9780693a14dbc4f4efa3674d79526dd4c 0.14 MB 205 74
185,844 185,844 00000000000006dbe4664646e0c23207dc9913e721365e17ecd223bf8c5b2411 0.11 MB 278 142
185,843 185,843 000000000000014811f1424a7c753e23de63a68befac91c6fe5a9138c338bee4 0.22 MB 377 104
185,842 185,842 0000000000000043633966bac7d1c83679b53fd2e3ad0310748229ffffbb7f8f 0.00 MB 13 2
185,841 185,841 0000000000000405eae449c3c49495402a8778cb153d629417253eb5193d6cad 0.00 MB 16 49
185,840 185,840 0000000000000294a6fbd85c6fea3e64d735619b1d6826c10275a184a94afe9e 0.15 MB 342 125
185,839 185,839 00000000000001ee0b8ccb36ed344235c9482bde4cfce9486df453f8063029fd 0.04 MB 114 80
185,838 185,838 00000000000007fb962bb18c2c2e8dea2ac65c6e6223576008a098fbb89734f9 0.05 MB 152 38
185,837 185,837 000000000000005376be5e75334c47fcef39f2b6aeb3554a4033b716f3b0289e 0.09 MB 256 145
185,836 185,836 00000000000000b66f8718e946a2d0a2cf8d664f460fc6554cffa24184f5b124 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.13 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.