Memory Pool Memory Pool Refreshing

13,661 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (631,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,013 276,013 0000000000000001213b0b5e1d42d697d3a3613cbb98c64a01b39d9f01876612 0.25 MB 555 44
276,012 276,012 0000000000000002490a1d95dbc48e44a5a43af03edb5be8eaa79e951820ca0d 0.11 MB 247 36
276,011 276,011 000000000000000298b26bfd9c4c64d24e967be841f7742ebccd51e39d823c8a 0.47 MB 1,156 52
276,010 276,010 00000000000000007d9650dab31e6ec72c4da5f9fec60ad2bbb5b927e8e00885 0.13 MB 237 44
276,009 276,009 00000000000000005064df5034720ca87e4e3cf98dc2cb7da84ee87b69b14ba9 0.27 MB 420 21
276,008 276,008 0000000000000001ade5fdf2d3ed958f04ebaca21d95f8603906d8b9be747c0b 0.25 MB 680 51
276,007 276,007 0000000000000001e86b396a0d8da5393deab33c0f0b3103fc57a63b6d463a56 0.35 MB 690 43
276,006 276,006 0000000000000001a460be516ade31accfe386d4b7987378346760004cab58d0 0.25 MB 678 73
276,005 276,005 0000000000000000fbff57c15b73ae0270af0f1c68dfd2b2b33ba79f441e8653 0.11 MB 233 45
276,004 276,004 0000000000000001d1490a8b56c28e4659f1225aebf6d145caa064288c7f2c2f 0.16 MB 404 46
276,003 276,003 000000000000000099def133bc6f34696e13d67cbed90a5fca41cb8d967684fb 0.00 MB 1 0
276,002 276,002 0000000000000002976b5c07e48fcbeba1a43f342bb719a7d734496500edb5d3 0.10 MB 195 38
276,001 276,001 00000000000000017c2574b167a6be0482d330d8b3788c3ecf30aea1ce52a579 0.00 MB 1 0
276,000 276,000 0000000000000004b8ed801f8a09ba8c1248a5b1dd1533a35124a80438573f59 0.04 MB 95 41
275,999 275,999 0000000000000004915f1b29e77297927545a6ff2c3749f069f49373c234dba0 0.13 MB 280 33
275,998 275,998 0000000000000004b22f500645491c379e4f38b6c1ed9862796d258f5de02e16 0.03 MB 95 65
275,997 275,997 000000000000000491907fbdfce00f51eadca693ce91cc2172935151454b7deb 0.14 MB 311 57
275,996 275,996 000000000000000235b0acaaedc5cf23d891475e0c60f7864030f937e3330912 0.24 MB 417 32
275,995 275,995 00000000000000028b1c28a142542193d52b363a67368d29afe8c0aeb617acf9 0.25 MB 537 43
275,994 275,994 000000000000000290b48b0ea4c3d532b365efdbc37f3a0c2121f3085ce34dc4 0.03 MB 70 108
275,993 275,993 0000000000000002927e04bed3fd72604f388075359b5723244375a5bdb959c8 0.22 MB 431 49
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.