Memory Pool Memory Pool Refreshing

10,402 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (732,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,891 174,891 000000000000043c42288c75164054922b7300e962200b7cb03786e81b924b0a 0.03 MB 35 492
174,890 174,890 000000000000040427c2347b98ab0d904924d38b9c8e110ff97273eac3ac2d91 0.01 MB 38 9
174,889 174,889 00000000000001ea66c78b7e5c7abed7fd75185aab906b237c47707e6db085f7 0.01 MB 40 104
174,888 174,888 0000000000000a270ff846883fa3307d4b84978722ded275eb41c50d524446eb 0.00 MB 5 160
174,887 174,887 00000000000000d431abc50d63c873250c9843f85e5101a1e3f3086dc0700583 0.00 MB 1 0
174,886 174,886 0000000000000715ffe4a238ba59d05072889b40071f841822020376e96b7cd8 0.00 MB 11 0
174,885 174,885 00000000000006911e1916f956f2adc74ec06ede7f498c2beaf9f09f007edf37 0.01 MB 24 142
174,884 174,884 00000000000004075f7347d11627f401b00df4affc6388c9e1c0ad70d09b145c 0.01 MB 47 80
174,883 174,883 0000000000000901a8f0ebb97edf81c882da698546dfe5c671750b234f992d4c 0.04 MB 59 57
174,882 174,882 0000000000000206a00cd7d51ed11162e5fc2f6392ff6646ca809bca7346b791 0.02 MB 73 66
174,881 174,881 00000000000001fd1c23d43cdc0c3fd8147a50f2456d0f65da979eda57ee3ac3 0.03 MB 72 37
174,880 174,880 0000000000000101409a5100f35968bfe6db898ce9b1758c7630adadff5e8ad8 0.03 MB 72 41
174,879 174,879 000000000000012c33f7f5926a289d0b72864c59246c9d69ddda23be915a9701 0.01 MB 45 144
174,878 174,878 0000000000000000d60496577a12244d964dc90b8b2ec8c1617ebdb386c66acb 0.03 MB 37 90
174,877 174,877 000000000000073a473d7f64c0a1dd1354ecb2a180886eb4eeab3ed70e392b5e 0.02 MB 81 29
174,876 174,876 00000000000001df92bd9d0cff4ae85022510fb678346840e4c5c76ae7ffb1af 0.03 MB 40 61
174,875 174,875 0000000000000a090d89e57ed2e18bf77cf350d2b77ba5696c3c2ed4653ea15e 0.01 MB 9 91
174,874 174,874 000000000000060c103dddcccbd913d8cef15acc0b265f2850d96ad43e77e502 0.00 MB 10 88
174,873 174,873 00000000000008371c1d656f6a006e04a0e372b7d4a12c59d7b025b71042d2ac 0.00 MB 7 45
174,872 174,872 000000000000052adda1d23183ee5cbe9a9ef28ed095d74c492d1ea8afccf0b1 0.02 MB 27 106
174,871 174,871 0000000000000a3578abc1560d7e693ef9a496b67f7597be967f76f3cc413964 0.01 MB 36 160
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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