Memory Pool Memory Pool Refreshing

4,892 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,812 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (857,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,897 49,897 00000000245957772bf89a326439657452308d3d94ae035185766fbbcbf9168f 0.00 MB 1 0
49,896 49,896 00000000101d73ae08b2c98bdf0ff9c2ab815419a7077ccabc4b8d135c0cc82e 0.00 MB 1 0
49,895 49,895 0000000024caa312d0c3c2b59ec692c7f024f37ce14454bb599bd5507bc86e04 0.00 MB 1 0
49,894 49,894 0000000022a4cf0c0f2b2e556e28bf1558fb6f774b963f72ce92af2d07d170b3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.21 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.50 GB sent, 94.00 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.