Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (605,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
302,756 302,756 0000000000000000425a491183428a499922ec09d896af69f156bf7f298a5364 0.00 MB 1 0
302,755 302,755 00000000000000005c33b37d297b2b83686ca95fe64e0a33fd91a4eaf2d6bd7a 0.50 MB 1,544 49
302,754 302,754 00000000000000002e50669097c5487b54c3a669140a3b3b7664ff47e1d4ff21 0.04 MB 34 10
302,753 302,753 0000000000000000445e26c592c4890fef76d15e48fdf1844b90ed0a1870b429 0.04 MB 76 28
302,752 302,752 0000000000000000199da16d1cfde83785e9027e52339fda420e3e867cc41dfc 0.27 MB 388 28
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.