Memory Pool Memory Pool Refreshing

1,227 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,221 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (340,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,161 567,161 00000000000000000006b7de9ef9997a3a564a913b5ee2479cd3bf1f8bdaaa90 0.23 MB 262 26
567,160 567,160 000000000000000000049ed885a4d1649d51cff2d6587f672b7b505a37d784b4 0.05 MB 119 22
567,159 567,159 00000000000000000022c37b5066608b2ba60ff25cbf5cc797a16cde0535a394 0.22 MB 402 22
567,158 567,158 0000000000000000001769ea72536aa12da061b504a9a1bef97bc8e5b65a7ba6 0.61 MB 1,317 25
567,157 567,157 000000000000000000257ae0ef68bfd1578afc40a20dbd0918f00b1fc527913b 0.73 MB 1,497 18
567,156 567,156 0000000000000000000bfacd6531d70ec91f2a1de9a592b3e6623b9dd057bd7a 1.09 MB 1,076 32
567,155 567,155 0000000000000000002af105a5c5725600cbaa092f5fa20fc5d7878cd17bb1a7 0.38 MB 703 26
567,154 567,154 0000000000000000000aa8bd18bb5c72444a0e1339c599b4a717ac5e1ebdb707 0.01 MB 23 28
567,153 567,153 000000000000000000208c2bf571adad2f558c10302619c1aeccb752fafaa501 0.85 MB 1,743 26
567,152 567,152 000000000000000000212f1d3ede79985027919851fdb4483f88cf55b349ad47 0.31 MB 265 2
567,151 567,151 000000000000000000142cf875957844b4ef2e3d4ae98f1aca1999630ae4f4d4 1.11 MB 2,110 8
567,150 567,150 000000000000000000207ddc99fee97f9cfef8e83ea5d0623682f4a08842d150 1.21 MB 2,839 15
567,149 567,149 0000000000000000001f1282669e99b20c8275899fb85136e87e30a18350e6b2 1.25 MB 2,820 36
567,148 567,148 0000000000000000000cc5d31c4f709dd04644f1c61d000999c6f800dc1518ac 1.35 MB 3,072 32
567,147 567,147 0000000000000000000d6f087f77136de92da38a8c4edfed6378a4c49fe6866a 1.33 MB 2,747 32
567,146 567,146 00000000000000000019de0133ca0be22df2762f10b711877adfe1a8101ddab5 0.45 MB 1,137 3
567,145 567,145 00000000000000000021c24561aa2c2d014f55c6c5c67b8e76c57c1feb0e0571 1.29 MB 2,631 31
567,144 567,144 00000000000000000026f18dc5a927b1ade3d0032398f636d825431d529fecfa 0.70 MB 1,450 22
567,143 567,143 00000000000000000005d4f9b5290293c9ca000f736f713d8065bfd852ffd21c 0.28 MB 436 12
567,142 567,142 00000000000000000012269081de4ba4c632f162a7a9dc834da080aee2d0ebfa 1.25 MB 2,295 7
567,141 567,141 000000000000000000250d1f8025ed0447950ff9db7d6cf5bbff4532fc850f07 1.17 MB 2,307 25
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.