Memory Pool Memory Pool Refreshing

653 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,604 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (827,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,091 81,091 00000000001896a63a204732d3a35b619057f19f56c19c649fc8e2a933fe2dc6 0.00 MB 1 0
81,090 81,090 0000000000214f04a67ea33566dca028c4a47c44aafa0eb61f2e572bed765d14 0.00 MB 3 0
81,089 81,089 000000000017aacefb468c58c592c2b08bf758ffc03f9f2bd5686770bcad2d89 0.00 MB 1 0
81,088 81,088 0000000000276255827a7b3fb2c3a517eb9926a2afa5e9e3be9831432a1278e0 0.00 MB 1 0
81,087 81,087 0000000000141ad4363707b4a08a16a325a500d47d4908b8c5acc41c4e1340db 0.00 MB 3 0
81,086 81,086 0000000000146ad35bd3be375546b66a0b0f3b1f8b5a4d000bfbcf31640225b6 0.00 MB 1 0
81,085 81,085 00000000002afd54a5648e84e3570aec78e5c6b4fd616edc3cf60a880ee24609 0.00 MB 1 0
81,084 81,084 0000000000314dd5868cc1705e98092eec2e8ff7f5d9517702aa704deca91d24 0.00 MB 5 0
81,083 81,083 0000000000327266346b970615906ca426cab24df8b640e2c077b564b5e4030d 0.00 MB 2 0
81,082 81,082 0000000000321b8bfc0d45dc11684e7668fad7988fb8f1d5ff608b10dff042fd 0.00 MB 1 0
81,081 81,081 000000000022cb74a24ac25932a9a9cce39da361919a5205983c75524d87719b 0.00 MB 1 0
81,080 81,080 000000000003e92549eda68328cbb5d4c5a5d69e15edc94947d892a9fe1aa84c 0.00 MB 1 0
81,079 81,079 0000000000345361168a9bd673430144f4e458aa392159e07b5df958ac08f772 0.00 MB 1 0
81,078 81,078 00000000003ef1f077e5641a7d5d2ce7f5579bd9718407c8056c42476d6fa7ee 0.00 MB 4 0
81,077 81,077 00000000001da662368661ef8b8fc15e255a62084c7c9527cada24233385f167 0.00 MB 2 0
81,076 81,076 00000000000e190658c2c821e76da100f5623450db5455e71e907e47dfca2b60 0.00 MB 2 0
81,075 81,075 00000000000a39bb7568b8bf234f4b516dab45f28f2b49c055cf20854d8bccb1 0.00 MB 3 0
81,074 81,074 000000000029ee2eabd509d918ad32fb5520a9fdca1a9e37f52b42b67871c0b1 0.00 MB 10 0
81,073 81,073 00000000002449bcb1b3c617c27ca992c50a6f437df54bac2700b651e07f25df 0.00 MB 4 0
81,072 81,072 00000000003f24ee8284a284cebf192bd413d1b2742efcef68c00bdd0f6ec4ca 0.00 MB 3 0
81,071 81,071 00000000000f2e98c4245783b523316e977ac638cb12a1a71d1183a1f638e72b 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.05 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.