Memory Pool Memory Pool Refreshing

4,715 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,771 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (339,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,077 568,077 000000000000000000210086248af8ef4dff864ae1848de7a27baf0936e834e6 1.24 MB 2,686 28
568,076 568,076 0000000000000000002ac5a9cbdf7cc88820f388cc39fb0e5d0c7c1d88916d00 0.30 MB 658 39
568,075 568,075 00000000000000000027e89f9a35d1f0e4a8bb86897bf98aef620af32b882fc8 0.70 MB 614 8
568,074 568,074 00000000000000000011e1b42af6f8f28bfdd0784b21d7f61442e7666a539e5a 1.13 MB 1,456 14
568,073 568,073 0000000000000000001ab6cdfe284a6ad3bb23f2ff3c95a326756f5f2bdfc85a 1.30 MB 1,904 19
568,072 568,072 000000000000000000204474b0b0b074cc310078b533ab41e35833477ccac852 1.13 MB 2,795 10
568,071 568,071 00000000000000000012d69aaa8045dd6191106ffc1b4162a461421d65c8501a 1.30 MB 2,529 27
568,070 568,070 0000000000000000002a420afd964a7ddf9981ffcf29bba83636adb2cb62aae8 1.23 MB 3,063 32
568,069 568,069 0000000000000000000c90edf2768280b796b3240ea40ab3f0363418fe0b7f2b 1.35 MB 1,698 22
568,068 568,068 00000000000000000029e4b192abd64f1de97257de023101b3ec5cfd9eee0ea6 1.18 MB 1,718 25
568,067 568,067 00000000000000000028680cb4d1f662af8e2d3e8ea7c57b79a05ef7c684bdf7 1.35 MB 2,580 39
568,066 568,066 00000000000000000014195afcf1aa3e301ba074dd73896e5c1a1d0559e6e915 1.20 MB 2,682 30
568,065 568,065 00000000000000000007632d1e8615601ce44eb116fb0aef39bf49e1aed10b50 1.32 MB 2,552 26
568,064 568,064 0000000000000000002db5d9207b627c5490d4de1c2ce163c76cae63b4bb3667 1.33 MB 1,960 28
568,063 568,063 0000000000000000001fd20983d527336ea290df7d81c982f36ff2b8fc035399 1.20 MB 2,816 49
568,062 568,062 00000000000000000002e339fa31531ea5ebbf46f1148cf0f6479f0306488aac 1.48 MB 2,830 37
568,061 568,061 0000000000000000000af2efe2159f9fa42873db81134631f4d8edf7f9820312 0.00 MB 1 0
568,060 568,060 0000000000000000001633342663d61de28e7b1d83c8c2841fa785dd444dbfb3 1.32 MB 2,723 27
568,059 568,059 0000000000000000000fbc8776e0dac5b7b90cc8de919e9d6bb8879e205658f8 1.27 MB 2,873 40
568,058 568,058 00000000000000000027d79c21a184a77df6ee49a1dc6b52af11813d9f67c455 1.24 MB 3,056 58
568,057 568,057 00000000000000000029dd8c46a74aca79efb940d35b03a3844407a48110593f 0.05 MB 169 24
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.