Memory Pool Memory Pool Refreshing

3,044 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,206 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (721,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,732 185,732 0000000000000024acd590ea5a0d3bc53ca62182be96d97676afa45b76d4e91a 0.03 MB 79 51
185,731 185,731 00000000000006cd5fe85d210d5fd728db8b4830577087b633790945d65a8d17 0.02 MB 50 62
185,730 185,730 00000000000005083687b3504dfa19d398635f53f3ed957f82ea1e657d3ad9b6 0.01 MB 25 84
185,729 185,729 00000000000005ed7e92d74d1d25fa147c40745682ce7e87efad740b61b20bde 0.00 MB 12 31
185,728 185,728 0000000000000444cc3986102ae31592613f7dc6be6ec07ce29850932cf819c4 0.10 MB 285 132
185,727 185,727 0000000000000320cae0a8b440070f528d5137e7a5096d376d7b36e6df9dacde 0.00 MB 12 15
185,726 185,726 0000000000000523492daad8dc28eb6f83618fe47c446fbb78485cd4863015bc 0.00 MB 12 17
185,725 185,725 000000000000013dbfb7dec8f29f98b9706a7739eb3c806304123f32c5868256 0.03 MB 90 65
185,724 185,724 00000000000008118b6d4edb2034ab7ea0e37dcd183b07f5c0632ad7c03eb282 0.07 MB 177 192
185,723 185,723 000000000000075460d4c68eff8e090b08467b830cb1ea1961b54f93e6097131 0.09 MB 242 174
185,722 185,722 00000000000000d64e39340808f27366426fb7e54177d06e8dd02c159681d1e2 0.17 MB 128 96
185,721 185,721 00000000000008295c4057db9ffdf576528c8b8b3db14fc3250a5100bed5ffbb 0.08 MB 204 97
185,720 185,720 000000000000004bc21c8199afd48db91025b730e2458f39c55abad7a8fe43ec 0.08 MB 200 127
185,719 185,719 00000000000006f011f584dec39299ea589fe0aa9b06d18b41f712410eab70c4 0.02 MB 33 41
185,718 185,718 0000000000000446597484bba2165efef0536d446c5c7367af63d21c356e2701 0.00 MB 9 31
185,717 185,717 00000000000009131c2bd6292f5f5f39b0925ace7d6b8f2d8d8b1e49f9f3bd85 0.10 MB 127 84
185,716 185,716 000000000000067ff51e81da13b46a913ecd3e4eac52796c92a37d785fabb68a 0.03 MB 67 107
185,715 185,715 0000000000000821658c135dce4d6c3e25444f2343226cddcd85351af1bfd378 0.07 MB 180 131
185,714 185,714 00000000000005a701237f3232c7dac8e221954ba097bec1502a6e4ef2a63437 0.19 MB 198 569
185,713 185,713 00000000000008c1e764a268e05c9c3eb3b069d98b01c133d33a02e67bfa142f 0.07 MB 138 97
185,712 185,712 00000000000007e9dd8293440ec2f5793509c081c617580d0bd4180b088cfe18 0.07 MB 241 21
Previous 10 blocks ↓
Total Size: 768.96 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: 1,614.82 GB sent, 92.59 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.