Memory Pool Memory Pool Refreshing

8,301 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,657 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,540 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,656 (36,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,870 870,870 0000000000000000000041db8de002c5b2784e98b6091d14076343f6931d7737 1.66 MB 3,438 6
870,869 870,869 0000000000000000000237dc54c4cfca3a5bdfc6a0249da48710d4691515316a 1.64 MB 3,862 4
870,868 870,868 0000000000000000000284fccd1b1fcdc9f7bbdaf19f8cf02cf6744328b7eefe 1.59 MB 3,003 5
870,867 870,867 000000000000000000000271e4b5748f0e716ef296f0d6c2819953a1e46c5402 1.65 MB 3,530 16
870,866 870,866 00000000000000000002671afb69b32bcdf617db63ef0123a55dc97107e29cf4 1.66 MB 3,352 6
870,865 870,865 00000000000000000002115e4d316f8eb4cd5412b8e6974d543581ba65620f2a 1.49 MB 3,187 6
870,864 870,864 000000000000000000007534acd54d6ca925cb5758456bae30529cbc2702487c 1.59 MB 2,901 9
870,863 870,863 0000000000000000000266f08b16506475e0561db80fa2be0959f3a5f540ffbb 1.59 MB 3,994 12
870,862 870,862 000000000000000000028609a000918a2a3629c38e31d211715ed870ef9e84dc 1.59 MB 3,043 7
870,861 870,861 000000000000000000005ecb9df0be545ad85e74fd42545e110f8527a7a3fd43 1.67 MB 3,357 9
870,860 870,860 000000000000000000026128c9bf89fdf709040cae4932157f8f2f00ac86c097 1.77 MB 3,016 9
870,859 870,859 000000000000000000002594bc4f70ddb180e327b8493306e2495e7abf89051a 1.61 MB 3,270 10
870,858 870,858 000000000000000000029f89c4100376432fa65936eec22a031375e282642c47 1.65 MB 3,792 11
870,857 870,857 00000000000000000000589f7aef131bc60d6ab721953eb9d99dc9c077f2b74c 1.65 MB 5,580 3
870,856 870,856 00000000000000000001ad42dbd0d32f66f4d2ff1700f8dab7d4028796cc8ae1 2.69 MB 3,208 2
870,855 870,855 00000000000000000000ea93a6512a605e6837ddd43bb2e5724944b1ed5110bc 1.82 MB 4,058 4
870,854 870,854 00000000000000000001ffb361cd87b2a223cf74b50bc7b5f32c86ff6a9bf40c 1.75 MB 3,796 4
870,853 870,853 00000000000000000000b9e6cc0b5be06c02f56506fee5c7897edf6cafc4e7cc 1.69 MB 2,747 6
870,852 870,852 00000000000000000000d7645b5c96567616a3eb0e9c5b5185f9655d294ae922 1.58 MB 3,530 9
870,851 870,851 00000000000000000001cb02249131f167c2164cd5c15860e9536f87a4a0ef6e 1.55 MB 3,553 5
870,850 870,850 000000000000000000026b4a524886b974cd58a354ed15aa934e90ff3fb2c79e 1.59 MB 4,111 14
Previous 10 blocks ↓
Total Size: 768.90 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,600.15 GB sent, 92.28 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.