Memory Pool Memory Pool Refreshing

3,271 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (837,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,530 70,530 00000000015a0d3601a0a61eb12635b6f02ff1c3cfd0229f660910edad7dc8a6 0.00 MB 2 0
70,529 70,529 000000000004bb34ccea32174c217379c7d93df63a531701df1d5a7ae152e443 0.00 MB 3 1,930
70,528 70,528 000000000118cde53bc49de42a922966c5174c1617583639ca9b022a010c9559 0.00 MB 3 2,409
70,527 70,527 00000000010870a799f0abc04547f2d1483e6e760eac6c38e849f159bf2e93ff 0.12 MB 9 980
70,526 70,526 0000000000809d1438bd5ffe09c27b7eca3033964cc1656386c90995dda74dfe 0.00 MB 2 0
70,525 70,525 00000000001e0a1a9eb9c762afa64f8aa6745628a7251ec87d6146a906f22edd 0.00 MB 1 0
70,524 70,524 0000000000da34ee5e7338291ba415d0f2b9a197e514e85f6ca4a68c46eab803 0.00 MB 1 0
70,523 70,523 00000000008012d304ddbe2a6a071cb0934edb1adb46e4b8be36bab7802956d4 0.00 MB 3 2,403
70,522 70,522 000000000060538bc1f0b08f21a82497908d601c3469b2cfd91fd5069c2e1239 0.00 MB 3 3,891
70,521 70,521 0000000000db95a2f68933eee1456a3a587553e6c9564701d3214f37142cbf56 0.00 MB 1 0
70,520 70,520 0000000000877b012e954e95e4e4e8334c59d821abcc524a397810f132d53214 0.00 MB 1 0
70,519 70,519 00000000016109bea830a74dc6b2b763b5b208954e972b9eabc2ecb620ef5f8c 0.00 MB 1 0
70,518 70,518 0000000000cd09bcd55f6120983ac06c55de92a6b3ca508dd336a133bbfd8106 0.00 MB 1 0
70,517 70,517 00000000008280639cab50808e39c212223ad68de73a5a155afd4a36a565900a 0.00 MB 8 432
70,516 70,516 00000000010bbb93b66448a1194844cc575e71768186a5c7ea26b1b8febe72d9 0.00 MB 1 0
70,515 70,515 000000000142f4e44135b65e083f769dc6ffbf3333c268de3b0a2d8397f5d882 0.00 MB 2 0
70,514 70,514 00000000003bf5e6008c8cb83cf07568a4b22ad6a4fe7824da4c50caa9ce7e22 0.00 MB 1 0
70,513 70,513 00000000013502f43fe88cb00562a2844f155af6a01122d44814e2fa103b6695 0.00 MB 1 0
70,512 70,512 0000000000dedecbc669d5c49a163bccbd707259b87be186b3803ea117b5fec8 0.00 MB 1 0
70,511 70,511 00000000003c20abf22dcc08e026a4540d737fdcfc095a37c7d0980d0790c1e6 0.00 MB 1 0
70,510 70,510 000000000124d3c17eaeaee3419f1795ef109bfad4b3c0d55d437b7bee1a659b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.18 GB sent, 99.51 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.