Memory Pool Memory Pool Refreshing

4,168 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (164,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,935 742,935 00000000000000000001f4a7564e45f626b0cab89c788c2d131737cd6f419508 1.55 MB 2,059 14
742,934 742,934 00000000000000000009052d497156c2d0e7fc7cbccf322390493a34e74105fb 1.27 MB 1,762 14
742,933 742,933 0000000000000000000896006bf4d31a8c85753006974409b255803a186f703c 0.69 MB 1,170 10
742,932 742,932 000000000000000000019d341712a83394510d409f5398721fa9e56de52fdac9 0.98 MB 1,715 11
742,931 742,931 00000000000000000006bca42952a5c5b212d9565a02d8cf6e6edee649ee1a88 0.20 MB 452 10
742,930 742,930 000000000000000000036652197f8912cb57b514f3ee983e911ee96afe08d26d 0.65 MB 1,212 9
742,929 742,929 00000000000000000003426547653125126134bf60fa456e50755aab79e79b2a 0.41 MB 426 8
742,928 742,928 00000000000000000000ee7c12d59b98ca3fdf4cad4c539e065b2e2ad4b05167 1.59 MB 2,284 10
742,927 742,927 000000000000000000055fdfe83ccb519f9317b151999ae487df309a90ccf7db 0.03 MB 65 12
742,926 742,926 00000000000000000004e1e9a627dd8c056e591f453a2b63c26c6971d2cbe827 0.45 MB 715 10
742,925 742,925 000000000000000000002cc2e5d645dc6318d893293a275e8e534f23e02599df 0.50 MB 1,098 12
742,924 742,924 000000000000000000052fe93d67d248ced0418cd52736d06530324a7026de21 0.11 MB 226 12
742,923 742,923 00000000000000000000a25167783be8d1a895cce0883c8ee97b289eb7ca7666 1.04 MB 1,823 11
742,922 742,922 00000000000000000006cb48fe5e97c2f159fe5ad5f5b6b26ab85b2cf44c5035 0.34 MB 645 23
742,921 742,921 0000000000000000000410be5a18415c573cd88ba86bf9c703fd5c6faece3129 0.17 MB 343 11
742,920 742,920 000000000000000000044aab20c6ec0a8343ddb318fef262d87570641b380957 0.55 MB 1,039 11
742,919 742,919 00000000000000000001b0cdb049407eaed976e4241a516a33842dbf4511320e 1.59 MB 732 3
742,918 742,918 0000000000000000000025e434ee4fc990b38744c1e0a79239a84d66d6813e87 1.68 MB 1,539 6
742,917 742,917 0000000000000000000457bbe58650377eed93c2380a80581a3fb0d3b0ed981d 1.15 MB 1,354 14
742,916 742,916 00000000000000000006cef73056e5e4f501df55ce9673bbf67f2ebd50dbd833 1.58 MB 3,244 8
742,915 742,915 000000000000000000046a06ced86fede255b2d83cd4fea21b30eab96bcbe71c 1.56 MB 2,482 17
Previous 10 blocks ↓
Total Size: 769.11 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,629.68 GB sent, 93.45 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.