Memory Pool Memory Pool Refreshing

10,265 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (544,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,065 363,065 00000000000000001276b6bba402b88d048d1b3549b8e3c6f34d71f3b471010a 0.17 MB 269 24
363,064 363,064 0000000000000000037b8a851ea4773938f1bb42b8ff38da01ad70d927fa866d 0.13 MB 213 16
363,063 363,063 0000000000000000067f407cbdbb8b15eeff9062b5952ef6c95f8bcefe4fa788 0.37 MB 689 24
363,062 363,062 000000000000000009bdc48bc97cd7b47247f75de52c8a76b240eb36037b7362 0.19 MB 308 20
363,061 363,061 00000000000000001402a34384d8d97565baf1f510669eff66012b6641d2094a 0.75 MB 1,428 27
363,060 363,060 00000000000000000eae1b5ce6552f9f3778cd2da8864ed6eb931dd81d6f9b89 0.72 MB 1,306 19
363,059 363,059 00000000000000000a8abb09eeae43222bc2f5ac2c063da3a3f38ff9a5b75dbe 0.95 MB 1,462 26
363,058 363,058 000000000000000006de6db99badab6339fc29f2b705c4745e89b5ccf2e9710e 0.75 MB 2,111 40
363,057 363,057 00000000000000000da96cf4138e998af2a91de16da342f57369c2cae9c6b387 0.00 MB 1 0
363,056 363,056 0000000000000000062d1358b5a4d5ceba26cb6d31d1b333e38b6c0ac2960a01 0.94 MB 1,315 22
363,055 363,055 000000000000000015e3bb6ca5902db62ca30c88f409f7ae60abbe5a5ab2b37a 0.75 MB 1,860 36
363,054 363,054 000000000000000012613003b43a2f3b7276f000b44ca0b7e2e6a6fbc3e719ee 0.60 MB 1,041 26
363,053 363,053 000000000000000012d1509582635c84ef3d841771f711da2cbc752413b431d8 0.48 MB 886 13
363,052 363,052 0000000000000000131854a7fe94fdb0931ec8af792051ebf2591a601d038bbe 0.99 MB 1,608 28
363,051 363,051 000000000000000013d85d97d58fb501be99733955fe47a3db414aa5fc9ea79d 0.93 MB 987 18
363,050 363,050 0000000000000000107b5a6d56e283fa1b5eda19abd4d41b39d840ae3b064434 0.93 MB 1,749 26
363,049 363,049 00000000000000000fb57114aa9e83530e4b65c14ba766f3f81c8bc114a04284 0.90 MB 2,878 43
363,048 363,048 00000000000000000873777dcd7bd56cef684af32acb1b83870a693b1be04f37 0.62 MB 465 6
363,047 363,047 000000000000000006df51d56f86f5f519f6655aa54b9ba711dce73f4d93408c 0.75 MB 1,353 21
363,046 363,046 00000000000000001311655dfe4a5c45c6494456f5c22542801ab5002990e7a8 1.00 MB 557 9
363,045 363,045 00000000000000000f1bef125ba9ec5a84f44e72ea6718628299a5332b30d4a7 1.00 MB 2,516 37
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.