Memory Pool Memory Pool Refreshing

677 transactions
13.88 vMB
Show Random Selection Loading Transactions
Max Size: 56/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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 358 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (860,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,875 47,875 00000000363f359e08d9ebf34ebc233fabde0717037be0cd8930c75b2871c9fa 0.00 MB 1 0
47,874 47,874 000000001f4b6adcb1480913cb31fbb76324a0ec708bde1ea222720ccf36f77d 0.00 MB 1 0
47,873 47,873 00000000294cc36acda5596dded6befad50d8f352248b08a356fafb3d252319d 0.00 MB 1 0
47,872 47,872 00000000121c5b938790c4da5d27d8a3da106b0f84e8d2c7d84c24ed3ba2bf12 0.00 MB 1 0
47,871 47,871 0000000019bc60c570d0117e86e5727d99d1a633611d9c71761f470e70d75c14 0.00 MB 1 0
47,870 47,870 0000000030819f41671ea3e87a0f8c8b9e1efb596303ab966f9a5d6d14e6b14c 0.00 MB 1 0
47,869 47,869 0000000011eb46c5ee3d590cf5e2f13ffb38f3db795c4d787254dc31003fba46 0.00 MB 1 0
47,868 47,868 0000000022c4d2b8cc72832753c34367dab39bc18b2c99a4ef0a8fa5ebaa8d3e 0.00 MB 1 0
47,867 47,867 0000000032824ebb1774b46ae183704a1331395a297002838ee6d27b71d59af9 0.00 MB 1 0
47,866 47,866 00000000363bb6d3414b586e9bf94ba37f8446d26067364cb2bcc59d740eccf5 0.00 MB 1 0
47,865 47,865 000000000c70274bdf14310614bffcd4723c6881b27c8c252f62af028f281302 0.00 MB 1 0
47,864 47,864 00000000170eaa8bf01034ebeeceedd442f4f3f85b827865a210a066d299ae4f 0.00 MB 1 0
47,863 47,863 000000001ae3ce2e1cd1154cb78a04d140fcb1c4a1aea1411dc6c25e8de236db 0.00 MB 1 0
47,862 47,862 00000000330af492f102ef52599240144f310fd731bbf608a5154ededcfb5fe8 0.00 MB 1 0
47,861 47,861 00000000027c7204fbdf533fd349fbdcf5b89ce369a3894b13f9879cd3aa29fe 0.00 MB 1 0
47,860 47,860 000000001e60a7a7462d908b1b537d3634ba09aecc6d8440c39bef6908a6ae42 0.00 MB 1 0
47,859 47,859 00000000118ece39c1861ee98b27e9bbeb67af62c4f349bc0d1cd2933cfc9c11 0.00 MB 1 0
47,858 47,858 000000002df16bd54dfb82d8dcd5fd6f6f96274000b0932dca9ecc7cec8dda62 0.00 MB 1 0
47,857 47,857 000000000568c44fad315bc6cd8e914b090280380f9871205e98a9cb92b001cd 0.00 MB 1 0
47,856 47,856 000000002a926e7a614faede426d0720fa9e6f477e423a844277a0416a2e617a 0.00 MB 1 0
47,855 47,855 0000000001f4cacc135075efc45f9642a92ad26bfc130aa533036a189f6b9031 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.38 GB sent, 98.49 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.