Memory Pool Memory Pool Refreshing

1,205 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,185 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (870,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,392 38,392 000000005e5b80519040d0dc05e043a0c20cedebea6e5cc959df09a4ff02dcf5 0.00 MB 1 0
38,391 38,391 000000002086815684550b5186ac567f398dd8182a158e7bfe705a11f1853e07 0.00 MB 1 0
38,390 38,390 000000007c4ff2611648bccbf938e4fde6966acb464792b889ed5c537b5e77ae 0.00 MB 1 0
38,389 38,389 000000006b253269d9d3dfce951681404293edf4b237a6242c938768c91fd280 0.00 MB 1 0
38,388 38,388 000000007533547c621befb48581b73beaa45ca7c1dad571bbda3181c9e17a8f 0.00 MB 1 0
38,387 38,387 0000000036116aa547a9272725ddc544cc6d197c152aea53669e0ef3cc0a70a0 0.00 MB 1 0
38,386 38,386 0000000053d4c382048b387c6222c831d9ca676f31a7eecb92989f51dd9e1a12 0.00 MB 1 0
38,385 38,385 0000000071a6047eb0ccc05b2c3512584cb77eac3ed0d912201d113520130ae6 0.00 MB 1 0
38,384 38,384 000000002371cbc48ee3c1f4108c12fca15e2f458e2078e976157bcf9d662978 0.00 MB 1 0
38,383 38,383 000000001e6883e88e9a9ab5359fca2ff9c8e6c61233aab1272fe22e5476f52b 0.00 MB 1 0
38,382 38,382 0000000086fb588b04446147442d1b1e5230966f1d79a31fc5193669fb184d6e 0.00 MB 1 0
38,381 38,381 00000000516b3e00cb1775fccd0c865582ea10e3c27dace2d0a96712c3a5df0e 0.00 MB 1 0
38,380 38,380 000000008c5187ff17ce72f6f344df334d0addd3023d9f561455445f1fac15e3 0.00 MB 1 0
38,379 38,379 0000000023604634f1c2a53db6529bdf149b04cb835fdc57a4b9f0d4abf47602 0.00 MB 1 0
38,378 38,378 00000000304f62e0752074c6ee84e4935dff3b61ef636cf8464f905cbd2e1b2d 0.00 MB 1 0
38,377 38,377 000000003bcac1d7950404b2b9e1cefef19a62897c11c1b7624cc152c640ede3 0.00 MB 1 0
38,376 38,376 00000000143589e46fd3ac707c6a7640f998af19f35b90a18f3d237fe22149a3 0.00 MB 1 0
38,375 38,375 000000006a64fa57bce283e42adf605c6051653e1f9d19bb9ed0eb032b9654f2 0.00 MB 1 0
38,374 38,374 0000000000a4a1661ccb5c17b7e707d5232470f542ff7e228ad9bd28b029dfd9 0.00 MB 1 0
38,373 38,373 0000000068af06a70a2fbf17fb70c50d31bb4dd5487c837e57a5ed0cec05c90c 0.00 MB 1 0
38,372 38,372 00000000491818eb23d1c21871594a7cf98bce20885d81411c032ede4f31856f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.