Memory Pool Memory Pool Refreshing

4,968 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,983 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (446,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,743 460,743 000000000000000001b7b37b963f4973c51d1ee0a0230c935506d5fae11440fd 1.00 MB 2,160 94
460,742 460,742 000000000000000000f902297a7a2ef2310dd600903f724f0594488aa9c3be2e 1.00 MB 1,817 86
460,741 460,741 00000000000000000112f2176a235e84ff3c1f3250f57de2a2e202e954aa707e 1.00 MB 1,423 65
460,740 460,740 00000000000000000173bd744e3d3b460e2c82b8403d73d27e5a8a8d4f5b0a8f 1.00 MB 1,858 126
460,739 460,739 000000000000000000bd6f7f73e1685e42a52d3476be030030a439e07b724b24 1.00 MB 2,044 163
460,738 460,738 0000000000000000016c886ea43c45acf4fed4ce48431694b1f9ef182945813a 1.00 MB 2,213 130
460,737 460,737 000000000000000001c7b8fe1e071368b8266d2516cdc0b8b79b91f8c68a9b63 0.99 MB 2,925 214
460,736 460,736 00000000000000000170b3ab0ff5ca9b9ef0e1c6f12763edfbd3b3efe8289066 1.00 MB 1,551 97
460,735 460,735 0000000000000000000309b2407e613f64dce165bab8a912d438d2012c35b073 1.00 MB 1,429 129
460,734 460,734 000000000000000000b23523a5ae7c472727d2531967f7ba52c91f07b05fd333 1.00 MB 2,216 114
460,733 460,733 0000000000000000018a3716f08cd0b07c9c8b8f1dbf39620db2ed10c9025d9c 1.00 MB 1,745 131
460,732 460,732 0000000000000000008f7a96b1063830190f762fbf4a9fbfae4032c6a0d78d63 1.00 MB 2,560 206
460,731 460,731 0000000000000000003febf5eae7fbac8efe0c88f9e9fee6a3361590c25aa767 1.00 MB 2,098 152
460,730 460,730 00000000000000000054bec13228199dd727c8252f2f3038acf2d01dcffae101 1.00 MB 1,465 129
460,729 460,729 0000000000000000018be6cb38fc834d74f74da421b375ce8fbe715290099677 1.00 MB 2,150 135
460,728 460,728 00000000000000000126ee004e7154d204056ef73160c3be1815950ab7098b65 1.00 MB 1,456 98
460,727 460,727 000000000000000000b4640a5d46aed9776de35fb09af1de1b7abc47376fb1f3 1.00 MB 2,131 165
460,726 460,726 0000000000000000021597addd66dfadc48cfaeec7a607ba495a3bcafaffebbe 1.00 MB 1,559 67
460,725 460,725 0000000000000000014d9b7ae29b4eb94ea7ead77a881eee696e03aeb2ac4264 1.00 MB 2,142 123
460,724 460,724 000000000000000000ed9fe0462a847809766424a50c2474fdd1a213c7e3fc69 1.00 MB 3,286 124
460,723 460,723 00000000000000000051e3158b314e1b4eef82e80492223cdd8f832839a2c30e 1.00 MB 2,639 135
Previous 10 blocks ↓
Total Size: 769.05 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,627.64 GB sent, 93.14 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.