Memory Pool Memory Pool Refreshing

5,724 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (731,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,603 176,603 00000000000009bd27daee01338d1e6e51af030f28df1baa72ffe936c9a7c40a 0.00 MB 6 33
176,602 176,602 000000000000046bf495ad0f8e266e9640558a20360b3a462a6f8ca16e337588 0.02 MB 47 394
176,601 176,601 00000000000009012b2c6076ab431b42fa8aab1f2fac8ec802ee430bbd6556af 0.03 MB 88 21
176,600 176,600 0000000000000165e01f941536daec165fd33e5694a1011abc7b7bc2150df3af 0.02 MB 36 259
176,599 176,599 0000000000000710f90e93a936ea1d743db16719128748d38912ea8b92515630 0.00 MB 19 235
176,598 176,598 0000000000000a30468da8c6494b9f2f20a92ce9b5410568fdfe14f590aaa0eb 0.03 MB 38 212
176,597 176,597 00000000000004f1b3e66f379da8ac8a4f3ae1dd497abc4347a3aa0a45cb3008 0.02 MB 52 122
176,596 176,596 000000000000043c13312b31d82879e16f9e17ce46ca6de7696d169dad88ae7d 0.01 MB 22 73
176,595 176,595 000000000000041d6a29dbdbd3934a1fb4ddd81f3dd9a222f86d7bae1a852c55 0.01 MB 15 184
176,594 176,594 000000000000079c1ff5c8633e35f88f59448f2097c9191f20cd6fd534f6009f 0.01 MB 13 118
176,593 176,593 0000000000000a3795241f8aa36ec12e32fbc8b2cb66cc12df6eafa2034248ba 0.00 MB 1 0
176,592 176,592 0000000000000a055ae6bacef078cbcbf231b7c32df3d2848b16f3418aab62f6 0.01 MB 13 534
176,591 176,591 0000000000000383309ee197bb330dbeaa909cddc0952541df41152e38057d99 0.03 MB 101 35
176,590 176,590 0000000000000498dd4b626f19cdfab84f43c1d0dbbbeffc4002ebf057cc0679 0.01 MB 22 138
176,589 176,589 0000000000000794d42ed1dbe5a1f6168d8c4423de7de88b096552d783fad028 0.01 MB 22 36
176,588 176,588 0000000000000265f1d6cd4ee8c132677fbe4f4c7ff8b179edf0c36a85380aeb 0.02 MB 27 46
176,587 176,587 0000000000000345b4036735c696ee0c477e993f8fc9f7f9f1e5839f040f2d47 0.00 MB 13 342
176,586 176,586 0000000000000886d2c479d7bf364d45d5af5d27b47922d1b6d26d32c23bd129 0.01 MB 25 37
176,585 176,585 00000000000007751ba79cfda311f19db28dadf5a608e902a975c789648c1e64 0.02 MB 54 77
176,584 176,584 00000000000004fc5a641ba151903950731ca797b2b7804d6d09e62030db0c38 0.01 MB 18 75
176,583 176,583 000000000000052bdd33042c635db6f49092cb1dba8d2f4e1986b63b9ee12b44 0.03 MB 60 103
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.