Memory Pool Memory Pool Refreshing

3,912 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (104,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,166 803,166 000000000000000000002127d616b48dc34c81b670a48268fb6e0cfa76b09b2f 1.61 MB 2,674 7
803,165 803,165 00000000000000000003f88aa9bd28ef3db5bda863891e170922f76f8f501bea 1.84 MB 1,768 7
803,164 803,164 00000000000000000000d7d2c27efd30a0bc406250d5460a4b1b6f6e7fbd4cc1 1.90 MB 1,255 8
803,163 803,163 00000000000000000004ed5f54f1f50f3b4071b3723c896af891a0878940bf60 1.70 MB 2,230 11
803,162 803,162 0000000000000000000342cd5ba6de075d76d6b4267af7e974663e26be471c1d 1.64 MB 3,020 13
803,161 803,161 000000000000000000015875d2dc6504984a28f5fac6f82cfe2bbccc0793ed27 1.87 MB 343 7
803,160 803,160 000000000000000000038a2eaf2875aaca9458be9d6b0f1c97977af84ebcb970 1.67 MB 2,171 10
803,159 803,159 00000000000000000002d365119a42d771575c2a74f5833fc907d208d4f7da52 1.59 MB 2,744 14
803,158 803,158 000000000000000000055604c5266697e31ad8f9d0564108d8aaf712cd6caf07 1.13 MB 774 9
803,157 803,157 00000000000000000002d956f6b31e8940e7e222830ecd32b2ab21754f0752d1 1.16 MB 761 8
803,156 803,156 000000000000000000031c5ba62ec91d1f4fab1c5565bb0b859f914e52c57b5c 1.50 MB 2,726 15
803,155 803,155 00000000000000000000c4abdebbfe5e40e85334d43b66ee205bdb435186ab97 1.47 MB 1,685 12
803,154 803,154 000000000000000000031d626b448e3f8a26432d22c823e03b9abd1ab5683610 1.57 MB 3,019 13
803,153 803,153 00000000000000000003a3d068262de84d2ccb7013740bebdfad1152b1f79b1e 1.35 MB 1,721 9
803,152 803,152 00000000000000000000252eef5dd88d70ea0877bb70342e8cfb4c106e2a9452 1.38 MB 1,713 14
803,151 803,151 00000000000000000003bde791ef6ac315b6e93700cae602930d0d207dc4f313 1.32 MB 1,219 8
803,150 803,150 00000000000000000001cc7e5330727dd6a1eebc470a9fda101bf537d3b09078 1.75 MB 3,462 9
803,149 803,149 00000000000000000004303f91436515d7b02d0dc9047694573070f308659d2b 1.62 MB 3,018 15
803,148 803,148 00000000000000000001b28820747fd6033610a203321f259f26657e1ef328d4 1.52 MB 3,195 20
803,147 803,147 00000000000000000000def7a2403492e631b34df129246406f7499f3281955e 1.91 MB 1,917 11
803,146 803,146 00000000000000000000c8b8e05c7f07ea557a5210e6e35ef5c106ab27ee5e97 1.68 MB 2,909 16
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.