Memory Pool Memory Pool Refreshing

3,112 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,272 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 3,076 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,271 (499,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,798 407,798 000000000000000000a6341432d0d43bf07e88ef0532f0c548914483d0fba16d 0.90 MB 899 19
407,797 407,797 000000000000000002d48b3a621f88b1aed2390e866f03e603ba00781b22db47 0.84 MB 789 24
407,796 407,796 000000000000000005c2225e25285d69e431ebb7044718d565503360fb8dc8ae 0.99 MB 2,851 62
407,795 407,795 000000000000000004bb8bafa0faae523a87c5eb480e0b289c736f6296512028 1.00 MB 518 14
407,794 407,794 0000000000000000008fad5a22b02c74a0d3f7b3d4f4efdf565c779ca24f53c2 1.00 MB 1,760 30
407,793 407,793 000000000000000004913b224880baaa58a77b0853883fac4f9e1235afe5092b 1.00 MB 2,042 47
407,792 407,792 00000000000000000480fe91e28ea19fee342dc2ea10be257db8b650f31f8008 0.99 MB 2,993 63
407,791 407,791 000000000000000003efd412f14ed2359b64b34c14201f46fb6cee06a62ee3f5 1.00 MB 860 17
407,790 407,790 000000000000000005fe4c828f90ed240e25d63defcd4081cfa70f36a4e03d7b 1.00 MB 2,437 50
407,789 407,789 00000000000000000216275bd9166a07058e6836c315bfa3913ec7ab985754b2 0.99 MB 1,763 34
407,788 407,788 0000000000000000015bebce27385ed5ced2b74b5a61b0887f9359e9b56f04c6 1.00 MB 2,353 47
407,787 407,787 000000000000000000f44bb3ab025b78ed0fe5cda9477b7d71185d725817df5c 0.10 MB 212 32
407,786 407,786 0000000000000000038ad34f46e26b63672d36e5059339b28b5b94dc9ea7ee5c 0.80 MB 1,065 19
407,785 407,785 000000000000000005807e94b7111998773e46a763facaba565a5c3f3262103d 0.99 MB 2,957 47
407,784 407,784 000000000000000001b4b99405a513c66b00f54d98992561a9afdbfa846a16c8 0.60 MB 1,081 23
407,783 407,783 000000000000000000a81644f5a9c689e779702b45bef75c5889e97a14e8cd34 0.00 MB 1 0
407,782 407,782 000000000000000003017e17874df0a4cad137e419f45068b0c763f8cca91342 0.94 MB 1,565 27
407,781 407,781 0000000000000000026d0f960ff15fa5c4ffa75bf5a02028f0da750812cc0fb0 1.00 MB 2,400 44
407,780 407,780 0000000000000000004d14721a492667c5cd422a93701ee0b797090b9cb069fd 0.47 MB 1,041 35
407,779 407,779 000000000000000001495fba59421edee423cf6fb7c44ba30c1a409979ee0657 0.81 MB 1,775 37
407,778 407,778 000000000000000002280f41cc945c0bbfe5427a8c7ef48e548411015177f696 0.37 MB 821 42
Previous 10 blocks ↓
Total Size: 768.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,537.14 GB sent, 88.27 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.