Memory Pool Memory Pool Refreshing

3,935 transactions
2.33 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
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,691 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,665 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,690 (60,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,697 846,697 00000000000000000001583daaee89d395e5cce9961a231ca01356905bb9d292 1.47 MB 6,588 45
846,696 846,696 000000000000000000014c4960b82c7096cefc93ba71d5bb9d6fd4fe0f0b79e8 1.56 MB 6,515 37
846,695 846,695 000000000000000000024b134002a7a1f94a1c6081bb93d71b5fff88beff01ea 1.46 MB 5,800 41
846,694 846,694 00000000000000000001ed84fac8cb8f4f34ab4d199f8f533f6dbf16416f9876 1.50 MB 4,729 48
846,693 846,693 000000000000000000027f637b7d7bdc3bf94d6a1eee77c0fbf4507815717c2c 1.66 MB 5,280 42
846,692 846,692 00000000000000000000450998da875552e6126c8ddbe2f6cfb8067b07ea4d7e 1.48 MB 6,236 57
846,691 846,691 000000000000000000032f101bc7778f7113b4da20343ddc74dec381da6e02e0 1.55 MB 4,852 56
846,690 846,690 0000000000000000000321660279887bf0fd9a3cebf22dfde129ef01d6577f83 1.46 MB 6,311 63
846,689 846,689 00000000000000000002722c62208d6060b814bc30c9458272f899153d792ffc 1.45 MB 5,663 74
846,688 846,688 00000000000000000002d29a828257907c79e992f0916f9e144d05ffceaa4adb 1.45 MB 5,992 60
846,687 846,687 0000000000000000000177ddc602fe37a145471da603e22e5e4271f5a6fbaea4 1.48 MB 6,149 68
846,686 846,686 00000000000000000001ba78eb5bcdf99c8f32ff22940e06fe91d7921508f7cc 1.43 MB 4,802 89
846,685 846,685 00000000000000000002ff03e0bdcc160284720796bc8e1b0c2c0ca60ec72a91 1.42 MB 5,163 34
846,684 846,684 000000000000000000011d0d5229f4c154d56864809ff8b87475317842e792a0 1.68 MB 5,183 44
846,683 846,683 00000000000000000000b4d696970c986c8ae3b606ddf288be02d2543d0e261a 1.72 MB 4,223 31
846,682 846,682 000000000000000000001d75974b6e5a8468d29c32adc69c706040ebc0aacf5b 1.57 MB 3,982 43
846,681 846,681 0000000000000000000001f975dd04749b2391510bafa88833a2a08aede7244e 1.51 MB 5,710 55
846,680 846,680 000000000000000000024484b63fc987618812d49e1739c70c6a12b9b2ea9a13 1.46 MB 6,494 73
846,679 846,679 000000000000000000032b91acdaaf16f8c40d46afeb835c3ac604860f905d56 1.43 MB 6,570 68
846,678 846,678 00000000000000000002095edb28a9b0ee5bdcf4f74414febc77feb957013963 1.40 MB 5,782 69
846,677 846,677 0000000000000000000020e17f39781fe43d93ca645436b4a916fadc2c27d9db 1.63 MB 2,658 36
Previous 10 blocks ↓
Total Size: 768.97 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,615.50 GB sent, 92.64 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.