Memory Pool Memory Pool Refreshing

2,675 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,666 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (447,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,670 460,670 0000000000000000021215e7d26344f686286906bd5caf4ed7f25572415ed544 1.00 MB 1,965 102
460,669 460,669 0000000000000000012d25820ab8ac1aa0fd7f7acc2ce7c11ec3527a06e6856f 1.00 MB 2,702 135
460,668 460,668 00000000000000000146e8224700cb27dbbd11e03db1d0c6d327cb7319ba7180 1.00 MB 2,037 148
460,667 460,667 0000000000000000012bc145c7d7b32930754eb6059aac60f308a0bb61c79db3 1.00 MB 2,614 165
460,666 460,666 0000000000000000018a4220034b8b177086f4a0fa15b795ba564579425f89c4 1.00 MB 1,905 146
460,665 460,665 0000000000000000018bd2ba855f2bdc332c1e1d378295255e776e99239d2ef3 1.00 MB 2,373 171
460,664 460,664 000000000000000000995a8875d47146b2a9fd35c1144dc5f87a09f2cd89579f 1.00 MB 2,288 233
460,663 460,663 00000000000000000126e7a51babe34356438d9b796fc0bf431162442e64799a 1.00 MB 2,983 128
460,662 460,662 0000000000000000010404864cfc3fb82187c629953187af7841c8f1f0bd8fd9 1.00 MB 1,833 141
460,661 460,661 00000000000000000111c17a131a1761ab5f4de0afc582e10fe9121046e89ced 1.00 MB 2,381 174
460,660 460,660 00000000000000000116e8faf09c97f0f93694989bed64f151810226869a539a 0.99 MB 2,365 174
460,659 460,659 0000000000000000013dc3c1ec15255c8e53dd185a4a6c63335cd8208100bd2e 1.00 MB 2,387 123
460,658 460,658 0000000000000000002ecac41cd8cdbf75c33d7ce85429ffd9465243cde3c2f6 1.00 MB 2,452 183
460,657 460,657 00000000000000000154d076801954d1b0320fca74fd50bc4203bba11ff92a61 1.00 MB 2,200 174
460,656 460,656 0000000000000000005c9744550525acc23ff2cf72ac19a797edc0c25d3df742 1.00 MB 2,266 141
460,655 460,655 000000000000000002076a8370c484c44d192e225d2d3bda3fa64093e04b1bf2 0.99 MB 1,531 140
460,654 460,654 000000000000000000e6a6a4cd9641beb12a027be5119a5b34efc44270e598b4 1.00 MB 2,303 212
460,653 460,653 000000000000000000a9fea692bf9fe14a5fcc919bfcb85b40d89a84b14119da 1.00 MB 2,094 175
460,652 460,652 000000000000000001af062b06fef0eabe88083b970781f65aafe90647c66882 1.00 MB 2,202 153
460,651 460,651 000000000000000001732d333279f9d352bba3ba4eef765e51117ed904c3bba2 1.00 MB 1,902 203
460,650 460,650 00000000000000000187aa62f284731ad23ff6b764c31bb8d6329f15c173efdb 1.00 MB 1,403 175
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.80 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.