Memory Pool Memory Pool Refreshing

61,649 transactions
29.81 vMB
Show Random Selection Loading Transactions
Max Size: 172/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
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,541 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,404 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,540 (738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,802 877,802 00000000000000000001203c981524898492c87c1ca656febd449ed053106a89 1.77 MB 4,577 4
877,801 877,801 00000000000000000000f4cc739cb5c8b26b2ac58780c94ad1c09f1bca138258 1.51 MB 2,904 4
877,800 877,800 000000000000000000009ccfb832b619d4d2b128252f710bca920762924a7ae0 1.58 MB 3,393 5
877,799 877,799 000000000000000000010ef6c80eab0033251b3a13ca00c2d9c7660a9fa975a5 2.04 MB 1,136 1
877,798 877,798 00000000000000000000220a58b22ee8cc03f6e2e0912ccbbbe80a738ce82c08 1.70 MB 4,358 2
877,797 877,797 000000000000000000002f2dc8fb55ac97653311eb77bbb1b3d99d8b5e85a178 1.64 MB 3,343 5
877,796 877,796 0000000000000000000274b3709bfc146ded4014751589e9f04ca5e9c24b9a04 1.93 MB 1,600 1
877,795 877,795 00000000000000000001f06751dcea37ec855f45ed2db04568806a6e92d09fb6 1.71 MB 3,241 2
877,794 877,794 00000000000000000001543e7e56ee84a4055ba00095c45dcdcdec1f361b6671 1.69 MB 4,312 3
877,793 877,793 000000000000000000005097fe526de789096106cc721a6f03f436968b112620 1.68 MB 3,032 2
877,792 877,792 00000000000000000001b221c3c6bbdecaf5466b9834af8eadfc9294959098ec 1.76 MB 2,330 2
877,791 877,791 00000000000000000001113347e77eb5c8474160735729f69d5fbf2dddc35097 1.92 MB 1,737 1
877,790 877,790 00000000000000000000fa1ba830f1b46469a2cb64a8178424fa6fd274812b2d 2.12 MB 310 1
877,789 877,789 00000000000000000000e3a01560b7b2cfc316ba896481809a60c83b2291fb80 1.99 MB 1,011 1
877,788 877,788 000000000000000000026627b3363582aaf672d671c87ae1b99ed4452704f67a 1.60 MB 1,277 1
877,787 877,787 0000000000000000000203adef9c3c1690cf0b7254a1245ed89298d5cca9e995 1.63 MB 3,592 2
877,786 877,786 0000000000000000000039dac8e10e667f7749636ef118bb8623d8a75a496b8d 1.66 MB 3,946 3
877,785 877,785 000000000000000000001f44d60955d333c6140a8701cdf6000cefa036b0d043 1.65 MB 3,658 4
877,784 877,784 000000000000000000001d72ebbd1375b4c5283bce53e725ad370dc1af97398c 1.65 MB 4,391 4
877,783 877,783 000000000000000000024a7bad840ca712e443a3612e0905f5fc7070e93b682d 1.86 MB 4,651 2
877,782 877,782 000000000000000000005f09be4b373a08061e3239b5c2a200ef2677dfe21f6b 1.66 MB 4,384 4
Previous 10 blocks ↓
Total Size: 715.42 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,402.67 GB sent, 42.33 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.