Memory Pool Memory Pool Refreshing

12,761 transactions
4.00 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,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (604,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,777 302,777 00000000000000000d85ad64a2330542aaf7b2503e3a4cc535d41da9ffca7275 0.21 MB 455 36
302,776 302,776 000000000000000027e64e2afc1db259c25477b0ee68fc3300581d5dbb4ca368 0.37 MB 915 40
302,775 302,775 00000000000000002a905bda4598c23e9c9802495322679389bb29c7abfce965 0.15 MB 360 37
302,774 302,774 00000000000000003603068647f09a4da81e36105637707cf2168ae8052eca60 0.25 MB 105 10
302,773 302,773 00000000000000000352388765824103ef9787f24e7089b9df923ff464e840b5 0.37 MB 597 52
302,772 302,772 00000000000000005af3ffa7dfbf2db229c03b91ca617fdf91a6ffd90bad76e9 0.35 MB 517 21
302,771 302,771 000000000000000058da6b01cdfcc11c25b5ee14a6855665fc30699b7ed2d705 0.32 MB 1,024 43
302,770 302,770 000000000000000034250605e1dd02f8adbd440f7146a3e224578f100ca68f14 0.24 MB 479 34
302,769 302,769 00000000000000001e1e20927212c9a42446316124f084f657e8898c950e74a9 0.14 MB 298 34
302,768 302,768 000000000000000053239255a23c344902bc47df26ccd82dc424a9320a7b8f35 0.08 MB 109 14
302,767 302,767 0000000000000000478df5596f322eefb8ad1aefd0bf7f8e870b4192f2accdaf 0.35 MB 867 41
302,766 302,766 000000000000000036cd65285a865ac31377a2f0b262093bb53aeeb9503b65e6 0.17 MB 88 14
302,765 302,765 0000000000000000453dc5a605ad4598387693c2e8fe98d99b5d19e2287061ba 0.35 MB 966 43
302,764 302,764 000000000000000011ecf6202fbce41fd34169ba66ed8d52696358107aac1add 0.24 MB 427 27
302,763 302,763 00000000000000002d66e3205bb096d034054e54b73251739c0230509a4535e0 0.56 MB 816 75
302,762 302,762 00000000000000000863af0c031c83971ae37de68b7dbc471e3d4991ac8dca81 0.26 MB 301 21
302,761 302,761 00000000000000002ef8d84012f00ced84676d95657ef3de131bc939c9c5fa3d 0.35 MB 934 49
302,760 302,760 000000000000000046ef14fba678ad7d038ea9668d789ef6f17089ae849805cf 0.85 MB 961 22
302,759 302,759 00000000000000001f89f2dcb4509a7d03401626f628a3fef1d76c0d0eb027ea 0.50 MB 437 17
302,758 302,758 00000000000000006073405e0543424d58272c56106148dbe1d5a643be28847b 0.35 MB 821 39
302,757 302,757 00000000000000002023d01555179ef3761338515366c0e259c094af46fda13b 0.50 MB 1,103 34
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, 113 incoming
  • Data Transfer: 1,622.19 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.