Memory Pool Memory Pool Refreshing

7,896 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,673 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (705,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,668 202,668 0000000000000576c052f481e3521c17ba65eda7357937fc668fea26c535008b 0.16 MB 283 118
202,667 202,667 00000000000002bb7fc5ed9c42715f88df6dafdb33cbc561f71e556ed01777c0 0.00 MB 6 0
202,666 202,666 0000000000000490c16618b956b18568e38f798dc5880dfb846576a49940d899 0.24 MB 473 160
202,665 202,665 0000000000000393673d08e249e4d3a497c6663d2f342fc16cae8114dc42ddb2 0.05 MB 159 53
202,664 202,664 00000000000002f57d631346cf49047d553023ac2b656d0c4fba2c964da15981 0.05 MB 151 273
202,663 202,663 00000000000002ea0fb672133c4af78dd21799a033d77a303b70a80e8dc8c67d 0.01 MB 24 219
202,662 202,662 0000000000000212f933072c762a29f9d81b7dfe7b5b2bdc157523be844a6f2c 0.02 MB 41 226
202,661 202,661 0000000000000558aaf2262befa80b3dfc70c5f6416c15c00459d1f99bfc51ac 0.19 MB 366 74
202,660 202,660 0000000000000308b7e705ecde1cd4ebc935a0cec707ac46e05bc8d6bc331be6 0.00 MB 11 171
202,659 202,659 00000000000001c8aa8955119f94ca5a67805a517fe64b49421b0653d8972248 0.11 MB 227 196
202,658 202,658 000000000000010b1c13c3934d314a4a5ed0e90f4824dcead2bfda016292fb77 0.05 MB 124 128
202,657 202,657 0000000000000167ec50a7034bae4aeb96fff7201191e9381c4522cb9eb4d8f0 0.03 MB 89 50
202,656 202,656 000000000000045ef9dc9f297305b132764d50ec568aba7378bf8e81330225f4 0.08 MB 181 200
202,655 202,655 000000000000001e28a206dbd3087d45e32eb388e0e6f666173111b985eedc02 0.09 MB 248 686
202,654 202,654 00000000000001b777ac393f97f5641a2e3aff24587530edbc907722b005b038 0.05 MB 118 136
202,653 202,653 00000000000005437472089923ed881381889466cc6a32f36b51c5a027312461 0.02 MB 74 156
202,652 202,652 00000000000003d36c2d2110502b83149ac034a9a09e9205a0a1e5719bf0bffa 0.05 MB 114 197
202,651 202,651 000000000000044b06e69ce0577a4579ded41ab436d7023c0edaa0f253c59631 0.05 MB 88 108
202,650 202,650 000000000000018ff98917cb8618f81c3b59dc6c99962fb42387326bdc81d864 0.06 MB 145 121
202,649 202,649 0000000000000235eba6e49a1fc8fc7850d6b3ebd84db0db2cc766601674b9db 0.07 MB 144 101
202,648 202,648 0000000000000469725a2e3ee93921d33ee50a34131263ab31c674d3d50c0ee0 0.02 MB 44 62
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.