Memory Pool Memory Pool Refreshing

12,409 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (781,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,803 125,803 00000000000040da22791a86636e11d43d6e75185c5824492bf76f958aec1985 0.00 MB 3 3,883
125,802 125,802 0000000000000370431120b25a6bf818a82d9000ee6d0c5c23322681be232cd0 0.05 MB 138 936
125,801 125,801 00000000000028b96c9030cbb7379f1747f98428cb79b548147cf1129dd1c97c 0.02 MB 34 989
125,800 125,800 00000000000005bacf89beca55a0354b961b5126c96dd73b807e80a0eb6c45dc 0.00 MB 10 1,033
125,799 125,799 0000000000003126c5d74c80d2aab6db80c7f07351131185903af95b88619136 0.02 MB 71 2,253
125,798 125,798 0000000000002b6baff05ced0c6eaccae164260ee1528471a423db625bb4a2dd 0.00 MB 12 811
125,797 125,797 0000000000001d3498fcde0799679df1c0db0bc291b3599c03756333788d5c36 0.00 MB 2 2,283
125,796 125,796 00000000000011c69678a1bc5c381dcc36e024c84d2a9817cb496e0f0f7a3c1c 0.00 MB 12 384
125,795 125,795 000000000000262ad8dc5a8164b40d5fcbd661129d6958b40d2236e9df3d16bb 0.01 MB 19 947
125,794 125,794 0000000000002e7eaec932590afc4c8e89fc424524e3d99a5885a80c23bf1af0 0.03 MB 87 103
125,793 125,793 0000000000003a3610448a3a9e241f22a703bc77b4502145a6e10fad9cf349f0 0.00 MB 7 404
125,792 125,792 00000000000042a2acefbd82991271cdc041ed41701a42d21674ae02f46e058d 0.03 MB 41 1,239
125,791 125,791 0000000000001dda4a4684ffc9ca3bf2c3276fc30e2445d91c06b340406bc154 0.01 MB 17 1,238
125,790 125,790 00000000000010324f9837506e4a7bb30cabe47d085dd80c01186caf9ff03ec8 0.04 MB 138 2,644
125,789 125,789 0000000000003a8fa390d8a1f8d70fd11a642b4e848c5c93a50e2535774bfa1e 0.00 MB 3 3,883
125,788 125,788 00000000000025028231fbb77d0cf97a4546dff2ab097b3109a39b275fd5998a 0.03 MB 90 1,637
125,787 125,787 00000000000008246163a8f2c8e0ccc361afc16ef49aa9e91ad969f6eb831c67 0.00 MB 8 666
125,786 125,786 00000000000042fa49014264b52b51e76605caf561510f828863eb4f00312c0e 0.01 MB 16 1,158
125,785 125,785 00000000000025fac293d0beb2d0d208e9ce2d459e9e3366f882a33b3a7ed0d4 0.00 MB 2 0
125,784 125,784 0000000000003861762570df42f9eb6166f918421d27c87508901f64a00199b2 0.00 MB 10 352
125,783 125,783 00000000000039063285d03fd6f02b8bf5a7667de81899256f5020cc7518f1d2 0.01 MB 34 235
Previous 10 blocks ↓
Total Size: 769.01 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.15 GB sent, 92.93 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.