Memory Pool Memory Pool Refreshing

18,865 transactions
6.03 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,236 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (609,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,469 298,469 000000000000000070db4f6594f5b974b090844c681c37e31a90018c8948811d 0.34 MB 380 19
298,468 298,468 0000000000000000078e10ca86b5c4fbba01823a34f713626c87a19e3693abec 0.20 MB 512 51
298,467 298,467 00000000000000003e7075c0206200b68c470390f0438ca8d71eec5162acaac7 0.25 MB 196 14
298,466 298,466 0000000000000000004a3d588f785312fca79684ef62eba7e7ef30c1cd6a7f4d 0.38 MB 1,024 39
298,465 298,465 00000000000000003c2a8e5cf1a482231521d4fd2729476d199d7c7ec191b17c 0.35 MB 622 32
298,464 298,464 00000000000000004c26b80c449ca4f4caf9b7fb180fa727201c2d556edc9fec 0.50 MB 612 23
298,463 298,463 000000000000000062f4879db361721fafe2572a573ee9375cf8958cde9cad4a 0.50 MB 920 30
298,462 298,462 000000000000000052a453f8fb6e57f3c355d616866992fb50d426a65f0a94d6 0.35 MB 1,126 59
298,461 298,461 000000000000000085aaeeb682a7dea157e6ca0ca2a2f394e64b14b81df95327 0.35 MB 747 33
298,460 298,460 00000000000000006f978c299f71a3f9bbd42e91e3e0e553e9dd45922514677e 0.88 MB 1,185 25
298,459 298,459 0000000000000000860c474f6410456cebd1ab0ebf87e91c62a514e11a367c10 0.90 MB 1,988 33
298,458 298,458 00000000000000002f8f9102e45bc9d067bde6f3363b1601216d3eac2a75cb9e 0.35 MB 1,093 55
298,457 298,457 00000000000000006921862340475c30c798f68b5030ba6c68f1e270a073429b 0.06 MB 85 25
298,456 298,456 000000000000000085878300fc5021a1422fb3ca39c5fbdb1f368a8503ad4474 0.35 MB 840 40
298,455 298,455 00000000000000004bf421d2f52cff0245c07866380147eb01c75b2b5206477b 0.34 MB 540 26
298,454 298,454 000000000000000054ed7f05f4d74304d294deb5956e09c89e537af1a76270f4 0.75 MB 1,315 30
298,453 298,453 0000000000000000766a1f96e70aa2c6ea7c4b64d9af257634d666db5f5a035a 0.29 MB 458 27
298,452 298,452 000000000000000050acefb679710c9907db51074b5803f709c0250044321e6e 0.04 MB 79 39
298,451 298,451 000000000000000085474df630836efd89623dc1f02ea4f43edf5b49d57fcc3c 0.37 MB 582 26
298,450 298,450 00000000000000000bbe9a420d60684c70db1e2364f18a7c10834cff33c1a4fb 0.08 MB 105 15
298,449 298,449 0000000000000000166b129bb61eeb5f8256502eb161dfb2ae013265ee44b3cb 0.40 MB 398 20
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.40 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.