Memory Pool Memory Pool Refreshing

3,988 transactions
24.50 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,459 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (798,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,702 109,702 0000000000010a6447f5047a6b4d344862cbee16c3123aaf54b75e0a443d1cd8 0.00 MB 3 0
109,701 109,701 000000000000778f995ad9c481edf583b3b956c5719b0d8a812e4601c4f7e65b 0.00 MB 5 0
109,700 109,700 000000000000d9a3651fa7a6c9af737eb32165fde7f1c07a75d5b04c6eaa060c 0.00 MB 1 0
109,699 109,699 0000000000008cd165c98c6b72bb7badbd126bb6528c0b17e70e3b8ad5907c4e 0.00 MB 2 0
109,698 109,698 000000000001214444fba2a7f9c5ddd2181bf82873177201e401a1bb85ba69d3 0.00 MB 7 0
109,697 109,697 00000000000033549feb8fc0fcfa938de5fc6e26b5b2e9ebd13b867faf203d82 0.00 MB 1 0
109,696 109,696 000000000001126500924a5452efc17769c7206f1fa76affaf6e59cf7ba64f90 0.00 MB 8 0
109,695 109,695 0000000000014dfc176f8ea1768fffc4c758e3e1bf38d52281142b51184a11a7 0.00 MB 9 0
109,694 109,694 0000000000003b0bd755f318bf934c73968a86ac9e3bed4ae3b469fca8e1f0da 0.00 MB 6 0
109,693 109,693 0000000000002e810beaccb9636082f54cf800b4a6e40dd0aae637ff3cd63ed5 0.00 MB 2 0
109,692 109,692 000000000001a7a07e6a07917fcaefe31301388258e83b671878cb718e19e143 0.00 MB 9 0
109,691 109,691 0000000000006385c9a9f184d0f13287c781b27702e3f5ca48930f8c027606dc 0.00 MB 12 0
109,690 109,690 0000000000019dc5ea0b90f13b5c8f6124ebc893eaa7e424023450c33aa7a8b8 0.00 MB 17 0
109,689 109,689 0000000000015f92f1cff208a12de7f5941b2625a5ad884948831c039e14c9e7 0.01 MB 11 0
109,688 109,688 000000000000157d24d36cbeb87a24157f41fb261fe77966050279c975d535d2 0.00 MB 4 0
109,687 109,687 0000000000015cec5ab3e2dc9ec5021cd7bd20987baee4185a075f931f95b05f 0.00 MB 2 0
109,686 109,686 0000000000012c6c9b6f33e8d892a85d4cf5251b5a8c16898ae4be47633a149f 0.00 MB 1 0
109,685 109,685 00000000000172f720aab2849cb03a9e7f5a8e356801c124cc4b5d8b6c901587 0.00 MB 1 0
109,684 109,684 000000000000b05478592fc2bfe05ac83bd77486e777f0002aa9635063d5b601 0.00 MB 7 0
109,683 109,683 0000000000006d025467cf6aba35c0bef616570ab685188dc8361d72137ea22f 0.00 MB 3 0
109,682 109,682 0000000000001af9313c0253b8cf5245c191b150913b149fd29ca1e40332a3bf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.