Memory Pool Memory Pool Refreshing

63 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 55 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (687,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,449 220,449 000000000000035632a8c3d217a533dd802c8ee4f9c824a464c631a52c62113c 0.05 MB 108 156
220,448 220,448 00000000000000751511da3aab650c9f13c9045171f476d2959d9f223fc68f15 0.18 MB 408 183
220,447 220,447 00000000000000fff077b6189bd7d64f5595992f79fafc4373e9abc89b4d8da7 0.13 MB 263 151
220,446 220,446 00000000000003bb850363544a263d4a3b690ed679817075def05c252e07badb 0.25 MB 625 207
220,445 220,445 00000000000003ecdf86fd71448cb25b82250a249fbc2688724211a5c82b0af8 0.18 MB 453 193
220,444 220,444 00000000000004c5811914fc4350a0c526d0bd96cbb8c52b1a202c993b26537d 0.08 MB 240 31
220,443 220,443 00000000000000a727fcbb4645374f33b57e8713506be3aa38a26c749d397e5e 0.19 MB 440 209
220,442 220,442 00000000000002712f473bd999ad2288b9d4abc46c494dce74f5956b1f1ac5c7 0.19 MB 476 209
220,441 220,441 0000000000000496c52825c09253576abb8f11ab8713a86e233554c37ee7518d 0.06 MB 73 90
220,440 220,440 00000000000004ee86ba01b066895f7b4ee1c17fd91acf19fb6e46633aebc964 0.25 MB 635 198
220,439 220,439 000000000000042fb4c8e2bebbad425fa119e86c37d6cbe126e679a0730b2686 0.05 MB 133 238
220,438 220,438 00000000000003bfa5624cd2aa5b7f0aeac42d2f0eebd4d3631021f78836cc3d 0.03 MB 83 215
220,437 220,437 000000000000025e19b944a8bd0d8c923845285be7701c800f5f424faaedf27b 0.06 MB 105 141
220,436 220,436 000000000000051771654871d2cf0e70220f77aa24202d9a045b80557aacc674 0.12 MB 224 138
220,435 220,435 00000000000004dd98437eca580792ae76afc485d86c723d31a9392ef7a59ddf 0.25 MB 603 214
220,434 220,434 0000000000000304db510c309a0b561712bc6fdf430966a055b720fa70a079b3 0.06 MB 88 85
220,433 220,433 00000000000001007812bff8f269eb9d34a74bbb0600e1bbf5a2a04a3e1cd587 0.21 MB 486 197
220,432 220,432 000000000000006bcee1c55fdf206ec11b50719f24d126708eefce0b21f9424c 0.13 MB 288 218
220,431 220,431 00000000000002d271758ad7a04b520aa4a016bc7b1995100dc11113b422acba 0.07 MB 157 192
220,430 220,430 000000000000027faf9c9dcbf77c099322090d9ecdbc6657ba9426e8abd78145 0.09 MB 122 126
220,429 220,429 000000000000030ea1cce2278906712cc34e0917c95df4a000621aacf3ae1017 0.12 MB 292 201
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.