Memory Pool Memory Pool Refreshing

550 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (895,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,443 13,443 000000005aa50746e14c96f1bd5c892cfcf0c1e7f2d5cefdaa3c41a9e9ed1725 0.00 MB 2 0
13,442 13,442 00000000b2e80466be06cbabd94f936be4459a6bb149c47903e83f8a9b4264be 0.00 MB 1 0
13,441 13,441 00000000867794e4827d4b7d72d3a2d57f41cdf6659acd875916b708b9f04b2b 0.00 MB 1 0
13,440 13,440 0000000013167ca2b5c432118b9112483cf93a76abe6c9d0a2e3852a52a4480c 0.00 MB 1 0
13,439 13,439 0000000021ff9993af3060988ca1aa54d29db626c4fdc2c72001f397b4a6796f 0.00 MB 1 0
13,438 13,438 00000000c818086cb9508e99db7b63b1ec6c44c82465c1fa6310e01af2b8410a 0.00 MB 1 0
13,437 13,437 0000000041688dafa0d9e89c7193a752e40cbe260f8e396999c8809680b67c76 0.00 MB 1 0
13,436 13,436 000000005912505748d52c03cd99323af3b3b108b5048f75bb8f322fbe8121df 0.00 MB 1 0
13,435 13,435 00000000daf15ce1fc6ef5f04a0773eecffb88707d97148168eddbbae34c4ba7 0.00 MB 1 0
13,434 13,434 000000005b3d03ccd5ab1f583325fd66ee35c3c754cafd2635cdb2856d2dd254 0.00 MB 1 0
13,433 13,433 000000008b7fb220bf84bb8d617c7563d78fb7a959b37a7916f32b40cb6f8558 0.00 MB 1 0
13,432 13,432 00000000faeb1876d8de6b995e5261a9468bfc88e5ccfb951474f04def6c685b 0.00 MB 1 0
13,431 13,431 000000005c27854bedf31db801830405b7e960cc11f9170f785ccc1ede616a18 0.00 MB 1 0
13,430 13,430 00000000021bdfffaeeabe057045f78df41e7bcdd8d7ed7f787aa0e8c98e8bec 0.00 MB 1 0
13,429 13,429 0000000038b19c3fbe591be2747ffc7757ac8f804ac5b0eacc5d6cc49b81aeb7 0.00 MB 1 0
13,428 13,428 0000000049ef98cfc9077d2126fb6dd43f2568bbbb7082f9d436beb8b1201cb0 0.00 MB 1 0
13,427 13,427 00000000abf9bc11f092243f2a6648052081d814b7dc4c81bbe3ce7ff2a5c8ab 0.00 MB 1 0
13,426 13,426 000000001230d543dd1a5eaf436b0b841ec1f767d69932f500ba835045629365 0.00 MB 1 0
13,425 13,425 00000000b85f55bd7258a7520ae4600cce2d9add56e39d9b14f4de105eb72a04 0.00 MB 1 0
13,424 13,424 000000007bcbb61c2e3411c456654a20d0dba57cc789b8bc83d3a04045dc897e 0.00 MB 1 0
13,423 13,423 00000000eba5677d99d6f27f5e1c40d08885795ce6de39e802ef80532160d134 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.