Memory Pool Memory Pool Refreshing

9,785 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,402 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (616,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,405 291,405 0000000000000000f0a5123d1f833c5c258ae0c016e1cee4c017b9c339e0ef73 0.11 MB 200 28
291,404 291,404 000000000000000007f29369af122bedcf4e9bf2fed02f1b9c7ba6b1953f7ccb 0.03 MB 80 37
291,403 291,403 0000000000000000c0ce9ac79ca731810ff8ce89d5fe24e05d4e148789cc1d99 0.17 MB 147 18
291,402 291,402 000000000000000089b1c4cbef2972f90ad47a9206a5f32d1402dd8748964ad2 0.13 MB 256 35
291,401 291,401 00000000000000003cdf2a6f73c6bd90c0bead3e2423395b06f874cb51519659 0.07 MB 128 25
291,400 291,400 000000000000000050aaeccfd449aa6f9028cc5f0e24a819bcd20ddbd63d8153 0.22 MB 490 42
291,399 291,399 00000000000000001e21084eb01c74e63894cf2a2d4ad1c05ab2d2451e82a0cc 0.17 MB 430 33
291,398 291,398 0000000000000000fed0e85734bd90601a9f8d398c51d67ea73c780b37ea3403 0.10 MB 256 47
291,397 291,397 0000000000000000636d5cbb844bcb32a8bfb8209e6a42c6614dbaa56c397850 0.16 MB 389 42
291,396 291,396 00000000000000001ab2f1d7911822268795e663f5f3972517184a58e85f08ab 0.12 MB 241 64
291,395 291,395 000000000000000061165a1e9ad9b2c88d268864d1f98580c1b8583423882d25 0.10 MB 186 25
291,394 291,394 000000000000000043b0d5e137fe033c1affedfa370ec39a13375c35434e54d4 0.20 MB 519 42
291,393 291,393 0000000000000000b22cbfef45f11e04be81f58bac505b9346085dc32eb03ee7 0.32 MB 661 28
291,392 291,392 0000000000000000b6f7caa436993d22cda5d7221380c54898e4eaef42585fe7 0.10 MB 256 97
291,391 291,391 00000000000000007e6809097f67b787c46a7b58d98320294a108aef5e90be28 0.13 MB 247 25
291,390 291,390 00000000000000006633b0c89822fed81005e7bfc7d4a3b74ace10b5852e58ec 0.26 MB 488 30
291,389 291,389 000000000000000059c604fdf27b43d08840fe47b93a440a46e6302c4ffabe1c 0.25 MB 608 47
291,388 291,388 0000000000000000608db1326af92d1c4b45892b5d3456e7044fb3410eb6162a 0.21 MB 447 43
291,387 291,387 0000000000000000043e1dd19a2cc6acf71e9f84bc07f9b15cb4c857f49e23fd 0.11 MB 210 30
291,386 291,386 0000000000000000212d07029a73ca6291839b3082ec2bd69fdd76a0e6389b26 0.33 MB 476 27
291,385 291,385 000000000000000045f310ed493006c733f6f259be8c3022357f53d34ff055db 0.25 MB 714 49
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.