Memory Pool Memory Pool Refreshing

7,443 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (857,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,893 49,893 000000000b8a195a3690bdc6f5459035ef41c40ddeaa52c72af608ac2190c575 0.00 MB 1 0
49,892 49,892 0000000000ab98ddd3a2c52a04020ef905a96b30b102cb7bca56f31ed5e2e110 0.00 MB 1 0
49,891 49,891 000000000f77805cec176a0a6982d7fe19d8a845d302c8a89ff0391730db4cfb 0.00 MB 1 0
49,890 49,890 0000000017dae7bfc7124318d06024ffbc9ecca75726dd93b31616f451a6c6f3 0.00 MB 3 0
49,889 49,889 000000002946c7deff23f4b4109ac18286eb1b926da13e4f50eee5f56ec12471 0.00 MB 1 0
49,888 49,888 00000000056e7a0189907906107d6e756b97e44e4490a61ab96a36cba6e25964 0.00 MB 1 0
49,887 49,887 0000000001fca468e382191e4becd17c7ac5bb5d39712413e24625032007c6b8 0.00 MB 1 0
49,886 49,886 0000000014801b2f81710fd816777e43abf5f06bbe40cd2e0b8896b8e2481f97 0.00 MB 1 0
49,885 49,885 000000000758cc7ecfea8de6afb0f05efa9865b757d71a04d0c4abc94a2b1dc9 0.00 MB 1 0
49,884 49,884 000000000c3d4f96e78ac2c9b14a5b92c5b9990df283fb47b9e8e76de3258af4 0.00 MB 4 0
49,883 49,883 00000000244c61bfc1c20dc414c589968ea5b8b6ac2b048de47f474e84a01008 0.00 MB 1 0
49,882 49,882 000000001994a83a27e8bf07afe94981a886f392333432f2ea80501f99ac364a 0.00 MB 1 0
49,881 49,881 0000000001ccec47ec4f10ae540181c2dc1b7ab848b38ab2ad446880d79a03ec 0.00 MB 1 0
49,880 49,880 0000000019971d518bc271d12e391e3e8f8f40b118de9ea22f3c8e3c8a3da4d1 0.00 MB 1 0
49,879 49,879 0000000028ca7e68b7d7ee4958341542764f61a6468fc08bbdc337f7bf183a0a 0.00 MB 1 0
49,878 49,878 00000000258355c2514312cd9bef2df0ad103f5f603835fc49562c756b8f7bd1 0.00 MB 1 0
49,877 49,877 000000001db51598748ad21071d2719635fdbea5a02b9039ed47cfb82fbf06f7 0.00 MB 1 0
49,876 49,876 000000002719a69db4f667271df78fea7aecf50104b120ef524c7ecfc90f0d1d 0.00 MB 1 0
49,875 49,875 000000002747f87a1c6eb17f3e858b50e9bb852d0a0f5537be6201b72975bf9c 0.00 MB 2 0
49,874 49,874 00000000064385b717eb01eff8a5cded8e200e916f725568d091194b0a13d9cf 0.00 MB 1 0
49,873 49,873 00000000104fd7628998bf04ce4e43ae4faa74c4446ee76638cf13137733e701 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.56 GB sent, 93.56 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.