Memory Pool Memory Pool Refreshing

1,660 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
899,763 0000000000000000000237740000000000000000000000000000000000000000 0.50 vMB 1,660 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,762 (8,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,366 891,366 000000000000000000002a2af5150aaac7a7d6ab4efac8d20531591737842f18 1.69 MB 3,012 3
891,365 891,365 0000000000000000000133c561b6a939c1f3470fc9630ad4de35ae5920cd827a 1.91 MB 979 1
891,364 891,364 00000000000000000002380b3ab699314b037e4e4c9a333733d465188d04d22e 1.76 MB 2,847 3
891,363 891,363 00000000000000000001174f5a80d1afe09e2ca27274fce173761dad2564d8d3 1.68 MB 2,775 3
891,362 891,362 0000000000000000000217d6efe073acb0381044347c52c103a61f13c941fecd 1.66 MB 3,760 8
891,361 891,361 000000000000000000019f9720bf1fc97a9883765fc8e86a318bad1be46a2a8e 1.56 MB 2,608 4
891,360 891,360 00000000000000000000725412f3c717aa9201805cc31e2ba899d8be00a29c30 1.62 MB 3,110 6
891,359 891,359 00000000000000000001f98525b33313baf0c197c6ff3895e8e99af6beb0d28a 1.66 MB 3,637 8
891,358 891,358 000000000000000000017c325b783e1ee4fbd026bc1a0a998e782330aedfe439 1.58 MB 3,227 5
891,357 891,357 00000000000000000002062273539180c802af7517f7850f479590ca0fb4b5f3 1.60 MB 4,163 6
891,356 891,356 000000000000000000013e191de584acdef5e2e1741b66633b3b5dd61f6a850b 1.05 MB 1,914 1
891,355 891,355 00000000000000000001299b81ea5faf52eafbcf7c9d2d5fd049e2c3a0657858 1.82 MB 1,707 2
891,354 891,354 00000000000000000001e717561c90829c111e6ad32407633060cdfbab07f491 1.83 MB 2,923 2
891,353 891,353 0000000000000000000203ba9259a1d0dcd77d7363e2170249a7efd2ce5082a8 1.77 MB 3,625 2
891,352 891,352 00000000000000000000af0b4530d6593e927f90ca820cbb6b0bad1b7b9dfa09 1.55 MB 3,280 4
891,351 891,351 00000000000000000000c8922a2fcc89a16e9e7a7382d7f0481bc44ad302721d 2.01 MB 1,753 1
891,350 891,350 00000000000000000001d168e5cde0c0327e411d5933ac962e279a644ab65d56 1.94 MB 1,703 1
891,349 891,349 00000000000000000000f650d19b42a628d6f98853b9861732f59bad85f5112c 1.52 MB 2,748 1
891,348 891,348 00000000000000000001724b9410e259c7e627c63b9863ec4c65bc5dde51364d 1.70 MB 3,976 5
891,347 891,347 000000000000000000003b5f9bfc84658dc8ee6b006cf38599bdc61e0dfebb29 1.72 MB 3,391 4
891,346 891,346 000000000000000000007264a940c54bc679719f508175b73ecc1b570f68c960 1.66 MB 3,466 6
Previous 10 blocks ↓
Total Size: 755.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 529.88 GB sent, 26.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.