Memory Pool Memory Pool Refreshing

8,098 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (191,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,258 716,258 000000000000000000070f70d6418349270415b1e29cd66b7f4c71776dc999f2 1.35 MB 677 3
716,257 716,257 000000000000000000001cd98819ad018c0123d38411c4a1f780d4d226441dde 1.16 MB 727 3
716,256 716,256 00000000000000000008a79da61091ef8075d2805dba63d55ab7800669327bc5 1.41 MB 2,411 10
716,255 716,255 00000000000000000001f020ffc1622fac46dfdbcc9bcebb22b8efcbea171023 1.57 MB 2,255 7
716,254 716,254 00000000000000000006947b57e0845db1fa6d09888a158952367a4a688bbc5c 1.49 MB 2,307 14
716,253 716,253 0000000000000000000493d149b411476700e9440cbb5442b8b614c83726223b 1.42 MB 2,830 3
716,252 716,252 0000000000000000000820bc9164116c3e638349a927d6cdea66d956ca5a9fb5 1.48 MB 2,593 13
716,251 716,251 000000000000000000056d497b3a19f9d7a98ed8faf195efd35d5bbdd9ac8e7c 1.37 MB 2,301 13
716,250 716,250 00000000000000000002c1b3016b05e866f0d0e82bc55a5605575fc9b697ed1f 1.22 MB 1,237 12
716,249 716,249 000000000000000000000b9a3ed1072ef5db0ec80dc3e371df963f4ff4a07b2c 1.25 MB 1,473 12
716,248 716,248 00000000000000000000b3b013715588ad79726405cb06f2fe6f13513c913e48 1.48 MB 3,288 16
716,247 716,247 0000000000000000000a967c198f92d6e889335f1834e493188657a7125deefb 1.36 MB 2,217 10
716,246 716,246 00000000000000000003d2450fb3d16fa4e160e9900d701957a29fb28621ee82 1.15 MB 1,899 6
716,245 716,245 0000000000000000000a2205761232ce77fb783b7d6bd672a8ebff92a9bd00cc 1.42 MB 2,551 24
716,244 716,244 0000000000000000000847498ec72f9c4de33cdfc797a51902cb76db287c102e 0.24 MB 532 12
716,243 716,243 0000000000000000000345275fb2dc690116e57ccfd8e7e4a3192ccd3905aa58 0.85 MB 1,305 8
716,242 716,242 00000000000000000007d0dd87548c35df8a09aae091031d37ca1446420b842f 1.55 MB 2,145 10
716,241 716,241 0000000000000000000a1258da52171a8894123da000fb204c06c643d3a1f988 1.09 MB 1,330 8
716,240 716,240 000000000000000000050c798a83da6e8ae0cd345d5ab93b80ae84e26321dede 1.46 MB 869 1
716,239 716,239 00000000000000000009dcbadaf5511f7535e2b065c009ae7bc8c7c44d0475e8 1.66 MB 1,946 3
716,238 716,238 00000000000000000007cb1c29f6df378865ba94a6d9b83269866b6c6093ac13 1.53 MB 2,185 7
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.