Memory Pool Memory Pool Refreshing

2,969 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (755,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,679 152,679 0000000000000a96a9a3a6569e1bcce1a6d696bad6f80034c2493eb825707fc5 0.00 MB 8 113
152,678 152,678 000000000000079015eaac28480618b43e1fcd981ae6a1245a8184d67ab787c7 0.00 MB 7 28
152,677 152,677 00000000000008ecec4e273fd2da92a1b973c0cc92f66ea7169ac2d62e857d2a 0.00 MB 1 0
152,676 152,676 000000000000059ec11030d262f4ec2292977bc61b0d3328ffe1962c71f751c2 0.02 MB 90 44
152,675 152,675 000000000000099308fc205829ce7f950984d2bebbe3970f3cf6b18bb04d6f9a 0.00 MB 15 32
152,674 152,674 0000000000000af21409cb0e4bbd741ac39803c4bc65b1c842d379b62c1ec4af 0.02 MB 48 46
152,673 152,673 00000000000009f17ce05fe27cb89d4a3650c59490edaad62ba2cdf48bab4fee 0.02 MB 29 90
152,672 152,672 000000000000077e866bf042c089c0a579a87900467da3decb29e7cc28a8973a 0.00 MB 15 84
152,671 152,671 0000000000000b0cb42402efe335dc0926a1f8f01a91ca3d94c9d692a7ac1d88 0.01 MB 15 44
152,670 152,670 000000000000003cc98dcbeb78c30f4511a5900d4c5c4fa96a596bc751c8678f 0.01 MB 36 289
152,669 152,669 00000000000000d249d1ae625eb30e89cbbe2452a866b39c3c0d378785d06c35 0.01 MB 34 40
152,668 152,668 0000000000000d90021f317cbf3c80d45d35fc643ffee62a8cc1bdd7cfffa992 0.01 MB 27 159
152,667 152,667 0000000000000b75c7d6f5104f3b35eddeea9855d9e0f0c38fc172cc8362078d 0.02 MB 61 3
152,666 152,666 000000000000033a3ed877fdbde178f616add01cee92d03caa771580736d2cb2 0.03 MB 74 33
152,665 152,665 000000000000000cf1cddc815f63cbd9acf1f341be3ca5fc6512ac1912a9a202 0.00 MB 15 37
152,664 152,664 0000000000000cc55289da9abdc825e0c431544fdab9b79732f36ea4de0ab61c 0.01 MB 41 49
152,663 152,663 00000000000003c5326599fd1452f47acdc1f84175031a151e1e1f10e2109230 0.01 MB 44 24
152,662 152,662 00000000000008f71ee421760aae4d07fadc93530029e5430f5b5bcdfee49090 0.00 MB 13 30
152,661 152,661 00000000000009fe338d5d6a31452b494a40dca014e81c7e95aaad96dfec804b 0.01 MB 16 73
152,660 152,660 00000000000007a79a8681f87ced79604d413dc5634c549b11a0f787585e2d64 0.02 MB 45 27
152,659 152,659 000000000000036c22828078b83de9a573b243a31a5024cbc83126c1b2f26fe4 0.01 MB 44 159
Previous 10 blocks ↓
Total Size: 769.54 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,648.19 GB sent, 95.62 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.