Memory Pool Memory Pool Refreshing

1,851 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,837 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (761,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,849 146,849 00000000000002ad68c864a327e922b3c91b20eb285c2c21c5662ca1f4c4d397 0.00 MB 10 33
146,848 146,848 000000000000067e2106e5148b2223475e3c70f1df32f4220d7d637584078ed0 0.01 MB 18 51
146,847 146,847 0000000000000324dffa6a422d77bb5e09cad806d0d7728de2e4d93b5e58695f 0.01 MB 15 151
146,846 146,846 00000000000008ba59982132b1f9925ce4e9bd3e979db92dbb951198c092875b 0.04 MB 115 184
146,845 146,845 00000000000006186125132320e57a6cf3432467b505b7a7f07c0fedbf3055b5 0.02 MB 48 249
146,844 146,844 00000000000005ece4c971c7881da02de9d43f8f621ef47accae369321231ce6 0.02 MB 38 108
146,843 146,843 000000000000076a5c77e12a88bb03cd65289f2c8633d5f506d0e28b05ec9a0e 0.04 MB 89 54
146,842 146,842 00000000000004313e8cdf54bc0e69cf8ad0fc282d47fac57e87630cee47d127 0.02 MB 34 70
146,841 146,841 00000000000001b1d87e15b93623212b06d6ed59ba69139034d40b45ec1323cd 0.01 MB 21 135
146,840 146,840 00000000000006f5923c855bc90ae5fa6e91e17dff84c77e030f743761136ae6 0.03 MB 33 114
146,839 146,839 00000000000004c46afb61d92c06e6f8386e57eceffe89dc6856d674c48d9d61 0.02 MB 53 104
146,838 146,838 000000000000090cdc3940cb6f368cd5f4fbdceb7940147984643a646320529d 0.01 MB 9 133
146,837 146,837 0000000000000262c10728a07497955f2a9b18f816795607969066927ec56ac6 0.04 MB 124 106
146,836 146,836 000000000000019cfb2890e6584ae844cbf3ff6332196987754d8adbb5c43de6 0.01 MB 35 68
146,835 146,835 00000000000002c582c9ddc72057827e2a3649f0d9e12bb4b2e815e57c4c56c4 0.02 MB 73 27
146,834 146,834 00000000000002584fb7f28620a2e2c3efcfd9948cfe653f704c10f9d9033611 0.00 MB 1 0
146,833 146,833 000000000000069c82bde64b285e0d4b8cc4d8c0c0289fb19e796e7f43c3779c 0.04 MB 95 109
146,832 146,832 00000000000008d6f5f90b54c143830de3c53586f15f551928c3db661597fdd2 0.00 MB 10 512
146,831 146,831 000000000000053a4dbbaa9062f2b953246c5c7a90d77993e11e94c6753ab5e2 0.04 MB 163 75
146,830 146,830 000000000000092be6e9127a9c9a706a0446e119ee56368492c6336b0a53fa73 0.02 MB 35 253
146,829 146,829 0000000000000050e3ca55d4830faee6be4cd02c59e0c9f62507d7858d189c80 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,649.19 GB sent, 95.73 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.