Memory Pool Memory Pool Refreshing

2,106 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,099 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (719,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,470 188,470 0000000000000545869d6e0aa6834f350fd49c33a0ec90aa94b008e9375bdf30 0.06 MB 77 86
188,469 188,469 00000000000005414069685f2155dff5647503a58754dae2079d612db46be600 0.06 MB 175 31
188,468 188,468 0000000000000294d0af7ed7933d9fce26bd43e8c7154e3a21c05d4ac2244f26 0.02 MB 22 75
188,467 188,467 00000000000005e0d5da470b86a35fa3bc0014eb75a70035345228406967475f 0.06 MB 184 275
188,466 188,466 000000000000052248186eb0a9b5d1357fb5c090409c1d50f9eebc95acf23afc 0.06 MB 144 228
188,465 188,465 00000000000008b2c144cd26099af4ca88674a2b1beaf334b592188a1fc3df4f 0.23 MB 702 208
188,464 188,464 000000000000069137fdfe3c5ebe587fd14052534f75c465d56fb3e71334d9aa 0.11 MB 133 132
188,463 188,463 000000000000013214befb02f0c128012b23bc3a12fe1dd6d2484ad58a5f4d65 0.01 MB 17 307
188,462 188,462 00000000000004e5f7ba95d9aef77a9f5c390019fdb107fa1da9269a571069d9 0.01 MB 26 118
188,461 188,461 00000000000003255e24a3d17fff7fce30242978eed586e6be0e387d503b8098 0.07 MB 121 90
188,460 188,460 00000000000007f2c79652faa7d5052ade49ce4a423b848a0bf1ac698c417bd7 0.05 MB 99 106
188,459 188,459 0000000000000297ecc4ca1b93974a9a9b5360f2bc41d083ad805decf3f74f7c 0.09 MB 146 205
188,458 188,458 00000000000006171a721fbdcdafc98411109bbea13311c09ebb5cefc4f0bb88 0.02 MB 82 239
188,457 188,457 000000000000016e4b8e96b7bfd1c11b30414829a4dc1c45d19972c778462b92 0.00 MB 10 280
188,456 188,456 00000000000000f9c07bb60d4a06808f85cc0d5d73a2c611a33bd013dcc6d672 0.21 MB 498 127
188,455 188,455 000000000000064d5d73d7cc7096ddd9392ba50b94516a5ee2bd6b6615f324fd 0.01 MB 41 157
188,454 188,454 00000000000007f94d821d3d166c67d18e1982d385a220d62b3ebc5934914f6a 0.05 MB 141 98
188,453 188,453 00000000000008fd3f929567dbb39f95f49a5bc85bc46c73a921759dfdb85266 0.25 MB 387 108
188,452 188,452 0000000000000239ec5bbc8b86aaca33360cc388ace1c8ddce2f66c8f92f50f4 0.05 MB 96 139
188,451 188,451 00000000000000f32041c5047c26b04e8d69675a855ef8bbfed85911b95ac317 0.00 MB 11 0
188,450 188,450 00000000000004cb403c1f8ae99a67ede34e3fcbee3a2bf6235c6b1b5fef1dbc 0.08 MB 256 51
Previous 10 blocks ↓
Total Size: 769.56 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,649.19 GB sent, 95.74 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.