Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (606,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,178 301,178 000000000000000040d55dcc031181d4654f4d231c701cc2e488efd4e08eef89 0.13 MB 159 20
301,177 301,177 00000000000000007916151d3ddf3928ae04f318f26e2731d16e38182fe6c964 0.03 MB 128 50
301,176 301,176 00000000000000006b4d288eaf7caf863def23f065a371b894363637cf32f2f9 0.24 MB 512 33
301,175 301,175 000000000000000003042fcd5e515d36b15c1b0e1f07ae0516597ace24214d69 0.11 MB 199 28
301,174 301,174 00000000000000004f73a8b8e5c8fec465a10b56ec800abba89f6f0901551c52 0.05 MB 108 28
301,173 301,173 0000000000000000196d99a05f9710b48c1f47a484e9b7b6533ccb5263ff9917 0.37 MB 687 31
301,172 301,172 000000000000000052bee94bd0d9a31b09084d887b08a11e32f239b21e001161 0.04 MB 68 30
301,171 301,171 000000000000000078d4427b6c8687c7f7279f1d2cad3fb4d89f5edb2ec144fe 0.13 MB 244 28
301,170 301,170 000000000000000030163d17c04198213d18bd8c32d6672b9238342791dd0d19 0.02 MB 63 33
301,169 301,169 00000000000000005e7cf03689aad9f3fdf80119ccb3efd2552fe1e5d79e3fca 0.01 MB 26 38
301,168 301,168 000000000000000070a1c46f29ff97d8e0a36d51f96b3be110c33875282171bf 0.07 MB 128 28
301,167 301,167 00000000000000002f64bf191bb10da91caed3e9fc19e06407cbf3df9be025bb 0.27 MB 501 28
301,166 301,166 0000000000000000273f3279a4949b50e39cdb58c82ed3ab98ed557c46116528 0.10 MB 227 43
301,165 301,165 0000000000000000268d9ebb9be8dcf03cc0849a0cb65da20f6f92ce396fba3e 0.01 MB 23 26
301,164 301,164 000000000000000003a22c61f46ff90714452f9ec036472024d0c24d151dd69f 0.14 MB 261 31
301,163 301,163 000000000000000000ed8905336b194db79dbf103a219b8093457122f992c0b0 0.12 MB 224 29
301,162 301,162 000000000000000063149164f9afd1968908786922c17d8a160956b0cb2324bd 0.07 MB 158 31
301,161 301,161 00000000000000004611ee5f60fe65f4af9eafebb1cdf33ee18ab8ee73031b51 0.27 MB 445 27
301,160 301,160 00000000000000005004134ac05fcd79f9cd6214fde252bf02674a719a52fa13 0.05 MB 101 39
301,159 301,159 000000000000000071710e6191f41159dbabfbb31cef967ae13e041fb8a2ee0b 0.07 MB 141 33
301,158 301,158 000000000000000001ce2d36fd71f6a4cc74e8d43e3fe24eb311c38a29c945d0 0.25 MB 300 20
Previous 10 blocks ↓
Total Size: 769.05 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,627.31 GB sent, 93.12 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.