Memory Pool Memory Pool Refreshing

18,929 transactions
6.04 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,188 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (605,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,003 302,003 0000000000000000541a2c3acd403bc5784aa0450fbed0040456c1f8e91d1c15 0.35 MB 498 24
302,002 302,002 00000000000000006d3bdfe1127d541110a18ce5b54bcdeb51e10399f6ec00b2 0.75 MB 1,842 35
302,001 302,001 000000000000000073fae68fe1d836d0267e1223de5d84f95adf177f5e16a337 0.01 MB 16 15
302,000 302,000 0000000000000000072268c9bb18603566ed5012378c29bb4d37e34cead7448d 0.13 MB 273 30
301,999 301,999 000000000000000068a406e4c405f86897a588ed05d16592701dbde10e431f9e 0.48 MB 878 45
301,998 301,998 00000000000000000b80b9c68c756d036cb3f03d9c72e54528693e4beb922d38 0.06 MB 46 5
301,997 301,997 0000000000000000525a11b673915f0c8ee413694fcea65917b277a8beb0a7fc 0.08 MB 177 26
301,996 301,996 00000000000000002b8573b1a4027ab944fe84aeb40faa1245dd6dd52450244e 0.52 MB 1,017 30
301,995 301,995 000000000000000009ca3bea25e8c8407965aa58038890d8b554c2c510764906 0.08 MB 21 3
301,994 301,994 000000000000000021216826e079a609195bc1e266f6e3f8713ade73cb4b13dc 0.09 MB 140 23
301,993 301,993 00000000000000002a0a64304776e21d0abbbcf811bb354b8ef4f4ac605cb53e 0.18 MB 256 24
301,992 301,992 00000000000000002a76fb6ffc0382dc7ba18607977c24cbe1190e18029c0112 0.27 MB 404 24
301,991 301,991 0000000000000000590c136e4c52d6bcbfefc58feeb136d2af3db4e9f277d588 0.11 MB 63 6
301,990 301,990 00000000000000000f1bc453af409416fe1e87074a4f22f9a280b717c2259b9e 0.31 MB 424 22
301,989 301,989 00000000000000000b5fcc92b36737feaafe4867383e735c0201bb29579b8f26 0.35 MB 413 22
301,988 301,988 000000000000000013e38f2ad7ff21832be9d3b175c2ee2eabd5dd8d3e03c39c 0.35 MB 822 33
301,987 301,987 00000000000000007b46227220e7d3419ce7d844781dc2cc33115e6835f7e0d6 0.03 MB 39 23
301,986 301,986 000000000000000023c6e081f69e2180b6d55634c22822fee5fcc4ffda1c9091 0.15 MB 250 24
301,985 301,985 00000000000000006484e40b61b3c18e92a1b97319807f94ab7bf4b62706451c 0.60 MB 1,040 30
301,984 301,984 00000000000000007698b47d790e8f27384d3d67b960b29ed61c2ba6b91ad25c 0.23 MB 103 12
301,983 301,983 00000000000000000ef1c1e7ac135027ad3532e2f7ea92af41b993c1d85eb784 0.35 MB 443 19
Previous 10 blocks ↓
Total Size: 769.02 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,624.41 GB sent, 92.99 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.