Memory Pool Memory Pool Refreshing

1,389 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,374 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (371,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,804 535,804 0000000000000000002adfbb30bc4f54c64a4f935aed9099239910585acb95d8 1.19 MB 2,363 6
535,803 535,803 0000000000000000002840fc713e13ba4fffd1e2ed0f61219a327d3eedb721f4 1.22 MB 2,699 35
535,802 535,802 0000000000000000002dbb147c763837fcfbf0148e4596b190d6571cc6ce7d54 1.14 MB 2,689 14
535,801 535,801 00000000000000000017fba0b513b7e15d0090b401d7b400df4bf1df884a39b4 1.13 MB 2,452 22
535,800 535,800 0000000000000000000cf4ff1db4bf008e99618b033b569c18b16889a1ae5e20 0.21 MB 358 16
535,799 535,799 0000000000000000001f55b06ef323da6e728279a93f6f1d12fdd27b4e4a01ae 1.12 MB 2,783 23
535,798 535,798 000000000000000000029cd3750c7d2f38e695af0126b309b87ceb11147a3ba2 0.65 MB 1,390 18
535,797 535,797 00000000000000000022c698b42aac5323d94813f9d69578e091c1380137821c 0.96 MB 1,863 28
535,796 535,796 000000000000000000067c40d0fdfee81d0c8846230f3cf50368066087fe7d66 0.02 MB 49 17
535,795 535,795 00000000000000000028bcf1b04d7683ff8060d77024ee58e06b5cc691ea2121 0.27 MB 588 28
535,794 535,794 000000000000000000282aacbd119114a0c70e274e0b49598fdfa0c1f2d616c7 1.09 MB 1,534 17
535,793 535,793 0000000000000000002a1b326978665f947c2409f6ea904c88d360f309a27878 1.20 MB 2,184 14
535,792 535,792 000000000000000000199d673fc4a2a5a790fc00e5293f15299660c8617ec007 0.30 MB 338 35
535,791 535,791 00000000000000000025372312f30d3985e6df2efb0cdf98f03997b613e648f8 1.16 MB 1,574 11
535,790 535,790 0000000000000000001fe334058772abcdc6cd97ec49656956de8c4ca2640338 1.17 MB 2,484 11
535,789 535,789 0000000000000000002d456852ff279b63207426722e2381f2f6a82ac273cdb2 1.15 MB 2,681 24
535,788 535,788 00000000000000000006447962d3bb8121c7cae24523b859ac61660f955d7a16 1.16 MB 2,238 28
535,787 535,787 0000000000000000000e5a75f0c9856c6c518c47ef1fcbef4afa188db09a1415 1.18 MB 2,381 30
535,786 535,786 00000000000000000012b4b317ef9b27e0bae54d14aabffc6191fabaea7fe544 1.10 MB 836 6
535,785 535,785 0000000000000000001abc6162b263c85dd6434114ceedf3dd34b7e7483ea05e 1.52 MB 580 2
535,784 535,784 0000000000000000002898e4ba328e366523f0f77c9dde8f5f99d433698ebe41 1.16 MB 2,038 8
Previous 10 blocks ↓
Total Size: 769.13 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,630.95 GB sent, 93.53 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.