Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,939 (714,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,070 193,070 00000000000006a8f3c58f8dbaa951ca2f2726ca2d01144b76376e7e48c13aa1 0.09 MB 227 209
193,069 193,069 00000000000004ab34f15672e8f5f6eecc6ed1948b426facaea04cc690d4d480 0.21 MB 434 163
193,068 193,068 00000000000002b09f92b765bdebf75273f0deaf787db818779fce4cd2adcdc3 0.11 MB 231 102
193,067 193,067 000000000000015570598ea90ad42f0c30dd7b2eca6226ca616aee6d37416d5a 0.02 MB 29 71
193,066 193,066 000000000000026b539a67acf393892df532932c52c52e2b65f905963553b339 0.12 MB 232 105
193,065 193,065 0000000000000543337e771190bdab75419f105437e4ceee8c99a8a5e0eb1db7 0.05 MB 128 166
193,064 193,064 000000000000055deb6cd1939ca4123a6bfadc692b6b3829b5dc04b4612e1c1e 0.04 MB 106 88
193,063 193,063 00000000000001b3cedbab5ad250b49f2863a671f55bf76dfcd35e93c52291bf 0.33 MB 1,014 37
193,062 193,062 00000000000001f083449ac232ea3642db112cd6ba04a9d7073cbab183433dcd 0.10 MB 256 167
193,061 193,061 0000000000000310b8934526f6f3a197ee2d2ca68e4022f9fd0591840d26a60f 0.13 MB 188 94
193,060 193,060 0000000000000514a46d20c251d787c49f690103d0876311166d2c3aeb75fcfc 0.09 MB 243 124
193,059 193,059 00000000000005ab99bcf63c8faed7cb3467390e4fe8128a569a1d439864ddaf 0.10 MB 104 95
193,058 193,058 00000000000001561395652f2452738dc2013f1869f63acedd829009536ce240 0.05 MB 128 201
193,057 193,057 00000000000003bb229c98bf628e57ce55104cda625c9b82b88dcc27a8901cd0 0.03 MB 76 133
193,056 193,056 00000000000005994857dc74abe5a39dd0f49590aa2a201d5ecd880a171af698 0.02 MB 61 160
193,055 193,055 0000000000000334269c2ed4767bf76071926123c2bc44c5e37a41aee3ffa317 0.03 MB 75 104
193,054 193,054 000000000000010eca2cac288ea0591503b9190eb94e4a61430c2e2c12cfc175 0.03 MB 36 175
193,053 193,053 00000000000003a613e8ab110546c2c3b02ab3b5fa805e2d0df2f9529b8a562b 0.03 MB 89 106
193,052 193,052 000000000000022794414baab3886401fa4758eb2e63d2f532fa948e11ecf797 0.03 MB 104 17
193,051 193,051 00000000000005688e652739d69190cc298b6f71ab639b1e2217fa8020b9cb97 0.05 MB 127 99
193,050 193,050 00000000000001e66fb049ff4030950d2c3c525abc39b1355ce23599de335876 0.05 MB 128 181
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.