Memory Pool Memory Pool Refreshing

2,144 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,137 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (811,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,715 96,715 00000000000771965bcb4437d0e873c1280fc0f7a64f06330f2be0be00b43d03 0.00 MB 10 0
96,714 96,714 000000000001e4d44790ddbeffeec6673cff5de49918837b68ce57c670c85bd0 0.00 MB 1 0
96,713 96,713 0000000000068ae05ab0be76f002d0b2b328e21b59bb23a0ea0c085617687be5 0.00 MB 1 0
96,712 96,712 000000000007f1052f8a29887ee214199e04ed25c1042c3898f913a9ecd5f3ba 0.00 MB 1 0
96,711 96,711 0000000000043e474499636239068cdbfafc6f997091a0db3df48284ab44d533 0.00 MB 1 0
96,710 96,710 00000000000463d5fa052e9beb2d6e9cad54391087357d7561b093ed3208f6d6 0.00 MB 1 0
96,709 96,709 000000000005b33caf55c73371ed724d3fff4ebe7c0b6b93bb778a1ea74e6671 0.00 MB 3 0
96,708 96,708 000000000006a88e8e9c709cb75a09860a84f73710ae9b4e06c93b6fb83f052e 0.00 MB 3 0
96,707 96,707 00000000000761308179c9085272c2c1527eb0fa25808a08806d2ee31b7322f0 0.00 MB 4 0
96,706 96,706 000000000005f116e232043850bf99a3b3263cac2f0fc8b3c6645fb1259210cf 0.00 MB 2 0
96,705 96,705 000000000007f0d0566560aeae358567a6980876639a8408e6dd2bd8b606d18a 0.00 MB 2 0
96,704 96,704 0000000000064fdd98f44a989ab0a894da479e5f6234495285aabc7b754e30e2 0.00 MB 1 0
96,703 96,703 000000000001d42b112267309e43c1acd008c562909d4ea4ae11b8ecfdfd354f 0.00 MB 2 0
96,702 96,702 000000000003ad160f0bb716801dc4be3383f0a636a648f12b4f292661cc2038 0.00 MB 1 0
96,701 96,701 0000000000021e63af5111a7aed484425a42c1dce5bb22bb854418fe380daa05 0.00 MB 3 0
96,700 96,700 000000000001715eb0c743a5fbb813ea4c103276bc6d3c9b21cb9491860780d9 0.00 MB 10 0
96,699 96,699 000000000005d770e54f0b8ad054e752b9ac3d5cd7ee283b9b6393ef9edc4791 0.00 MB 2 0
96,698 96,698 000000000006a85d3cbbcd393a081fe1d4dd46e7b86ca8fd6e2820236d9f45c9 0.00 MB 1 0
96,697 96,697 000000000008186959f14f5fa3282da2640250b07e92253cac6aacb09824378a 0.00 MB 1 0
96,696 96,696 000000000001c7b1f2272d2ffc295ab639d7ceed43b30459e32093a3a85e1000 0.00 MB 2 0
96,695 96,695 00000000000766cd0054019dce52b680a2e9bce03a196d28d3e820ac1d3a853f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,722.01 GB sent, 99.35 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.