Memory Pool Memory Pool Refreshing

5,808 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (784,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,180 123,180 0000000000002eb67251662a23d13a925d72f4eb6b535039d70ec6604883435d 0.00 MB 3 554
123,179 123,179 0000000000003bdc6bce7bc81911424beb163659c713e715828e94e859974c2e 0.02 MB 39 306
123,178 123,178 00000000000056063f9e196ce6fe7df52bb550c8e42420b44849eeb8255ebabd 0.01 MB 28 2,251
123,177 123,177 000000000000038d853e118f63b89cd256b9fc5a88db600269910dd34029a837 0.00 MB 1 0
123,176 123,176 00000000000046660db050080ed25517b474228df74f133c31ec75e96e8e6e98 0.00 MB 9 820
123,175 123,175 0000000000004fc7220c68bf0e1fd81a6d91fba31b3987648512b99507f413c3 0.02 MB 24 1,141
123,174 123,174 000000000000544b38552b0e053fcd06643ac735029d28b21cf648208de5881f 0.04 MB 105 1,526
123,173 123,173 0000000000001616b5fcb62ebbd3e6619888756593ce9cf7b2be28df21c14693 0.00 MB 9 0
123,172 123,172 0000000000003e3e1a036a3f959e0ee2d93f7667891f76d92de0862f930e7154 0.01 MB 11 812
123,171 123,171 00000000000000aa4b19d1251ae1053c20ac277241e656d37bf6a19050551a55 0.00 MB 4 0
123,170 123,170 00000000000055a091c6898d964c365879f7e298168058b364c92254099fad21 0.01 MB 16 248
123,169 123,169 000000000000035daa9b988df0711ff7dd6cb565c29058fd2c09eb18bdb2b7dd 0.01 MB 12 594
123,168 123,168 0000000000001688f76837ca606072abff8dc4785704feceef436cded82441e4 0.03 MB 32 216
123,167 123,167 00000000000057ef245e4d5536f4715a22a833a877018094833edf581a24eb07 0.00 MB 17 0
123,166 123,166 0000000000005db1fdc5e2674a9e2dc1d95dbd5159292234f8724193748268df 0.00 MB 14 0
123,165 123,165 00000000000001c8ab2405cf7df2016f8ed0fcbe93d121adaf211f30c5d9263c 0.03 MB 70 543
123,164 123,164 000000000000159f08e88d4f368056f0fb50e50a7ed010415769bf337f688c7e 0.00 MB 14 4,979
123,163 123,163 00000000000037d8d26f5e49c36c39744ee7655824b8adf82e99a5fbe30dbace 0.00 MB 10 310
123,162 123,162 0000000000000768512a04c05020714fb972421f1d1372dd330d5f4ac0ae8dc5 0.02 MB 52 788
123,161 123,161 000000000000699fd8bf64d4835894d348ff67e456720b612126f0baa453a745 0.03 MB 41 729
123,160 123,160 000000000000485f2619ffc5789cf8bb263a62de28daba6e32b53334ff5aefd1 0.00 MB 8 2,054
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.