Memory Pool Memory Pool Refreshing

2,713 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (71,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,189 836,189 000000000000000000010b175e797198469d5e410de52eea0aa6d8b506112566 1.67 MB 2,431 10
836,188 836,188 000000000000000000013e712da61a946b5087cceca89070b71d525a69ac495d 1.93 MB 1,396 9
836,187 836,187 00000000000000000000b931ab9f2658006d4148b60cc69ce653ba05f318f73b 1.86 MB 2,093 11
836,186 836,186 000000000000000000021ae9eabc57563f19d495089af67151e3bb8fa2de1047 1.81 MB 3,020 14
836,185 836,185 00000000000000000001a1c3c4095b2b1f534845c2b687c63f9dc609d91bfb01 1.60 MB 2,941 22
836,184 836,184 00000000000000000000f6b7d697aaf6a06b13caf56ef72ac66a9694d39b6d6f 1.67 MB 2,862 13
836,183 836,183 000000000000000000034ef82a73401b64806a0db0164d2d4f25c0e43da67cd6 1.59 MB 3,008 21
836,182 836,182 00000000000000000001b6eb933ceecdae6e07a9df668b748bef61f5f01ff115 1.53 MB 2,318 12
836,181 836,181 00000000000000000002c9dd0a2ef881d7a8c79097730522f2b92d36d50a56c3 1.83 MB 693 6
836,180 836,180 000000000000000000014e5fb8e9d9872fd8865ab3eacb7f29c502b27f215382 2.06 MB 1,873 8
836,179 836,179 00000000000000000001c80ce33b31d6680957f93ec2bd7df5653c08eac5893c 1.88 MB 799 7
836,178 836,178 00000000000000000000493ada0cb05ebbbaa829131e914e9501d64bb6e54b1c 2.13 MB 1,664 9
836,177 836,177 00000000000000000002838a7046b360ed3161646331ede832974631a6d6a5fb 1.72 MB 1,234 9
836,176 836,176 0000000000000000000177eecd89f31cd0928de09fe3c21753c542a2aac0327b 2.28 MB 1,424 9
836,175 836,175 000000000000000000025ee9eeab1876fdef9708b4df47c124a4080a9899ba64 1.65 MB 2,900 16
836,174 836,174 000000000000000000029fdebf6ee6b66002220b3b5421ff49c6bef72efec75a 2.11 MB 2,002 11
836,173 836,173 00000000000000000000e08e9b0c70bd0d544900671bab079b5c0eebd75ee5f3 1.62 MB 3,119 15
836,172 836,172 0000000000000000000341e1ef3c15b78d7c2f774873751087cc400ed50e6639 2.14 MB 1,799 9
836,171 836,171 000000000000000000001a4ae5ab18330b5e0cb72bd91d0aaad42fb059513b6f 1.63 MB 2,753 14
836,170 836,170 00000000000000000002825a3ee58718501be72abea9c1a4420931b9a34449fa 1.85 MB 993 9
836,169 836,169 00000000000000000001f8d4547d38d88c1b329cc43d3836df7727232f959ae4 1.81 MB 887 8
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.