Memory Pool Memory Pool Refreshing

10,723 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (14,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,953 892,953 0000000000000000000011f9a7b375c79759d88da311d961a19366c642d21cdd 1.78 MB 4,589 2
892,952 892,952 00000000000000000001cf619848e032803669ce7c8405703224b07e8d446942 1.63 MB 3,864 6
892,951 892,951 0000000000000000000249644ad8ad23dbd6bf0234bbcdce21a1fceabfcc225e 1.80 MB 4,692 2
892,950 892,950 000000000000000000017428ab09a55a62b1f915228f4ffd9c53b1758c608769 1.67 MB 4,286 3
892,949 892,949 0000000000000000000064f17972be6b1e77dbf9dc1d979f70a891aa569425c8 1.56 MB 3,822 6
892,948 892,948 00000000000000000000ff46fed0282a722fc6768b2a26aa96ea07bbead9bdae 1.77 MB 3,838 3
892,947 892,947 000000000000000000014b38aaeb20f2567a498dcc245c7b1a4ff31dcb8a551e 1.75 MB 4,753 3
892,946 892,946 00000000000000000001653b861ebfe1d145feee212e45b2a5490ddd783d749b 1.64 MB 3,950 5
892,945 892,945 000000000000000000023936b0d57b2ecbbc6c3bf557bca0be515597ebf3ede3 1.76 MB 3,961 4
892,944 892,944 000000000000000000005b88045c3f781802d19af8717ecd8cd3502b6b77a768 1.60 MB 3,964 3
892,943 892,943 0000000000000000000217e19852b7ce420a467d77c00ee4dfce46d6d150cbdd 1.70 MB 4,030 5
892,942 892,942 0000000000000000000147008c11154959853dc75607e838762fa80fba84d63b 1.69 MB 3,026 3
892,941 892,941 000000000000000000020cdbd11637bcc7051471ae8ea3e146645968febe1af3 1.58 MB 3,264 3
892,940 892,940 00000000000000000000aa5b5113c27cc43053d8a9538151b26385814e565498 1.77 MB 4,172 3
892,939 892,939 00000000000000000000269c4bba6fd20189d60946a1b2a91b7fbfd04d2bccd5 1.72 MB 4,080 3
892,938 892,938 000000000000000000013a89b50d7e5e0f16b99c3f2cea454babc3fe4912094e 1.63 MB 3,643 4
892,937 892,937 0000000000000000000077bb496d264723f9c5968ce2f217741c5a4136fa31e7 1.71 MB 3,566 4
892,936 892,936 00000000000000000001c07aca3e2e3a941ac35d6241bc01a593f374c7e332b7 1.63 MB 3,618 6
892,935 892,935 000000000000000000019006d54232cb4f6efe2545ed4c2d948e1bfd0537ad60 1.65 MB 3,479 9
892,934 892,934 00000000000000000001e4474608c793d7e3e2fdf667c0ecba0f999d433f774d 1.66 MB 2,444 2
892,933 892,933 000000000000000000011146467653cae6430dffa4d1c833c9b045a88110ca7e 1.72 MB 4,038 2
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.