Memory Pool Memory Pool Refreshing

1,461 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,461 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (682,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,614 225,614 000000000000010af4487cd869f3566a90fe142a2611564f876b3e499d98fa7c 0.25 MB 368 127
225,613 225,613 00000000000003af32492dd5b36fa40bb0e7c63f0dddc20198580e31a715d88b 0.25 MB 640 446
225,612 225,612 00000000000000933c7971aeecc88e3ae1176c864a245e11a1525f2ab20497f3 0.11 MB 160 101
225,611 225,611 000000000000027448ad61a38b07321a1e270f99ecf24dfddf847d93d26da3d9 0.25 MB 803 313
225,610 225,610 00000000000001697e2ad01211bc547c7aecd3f963a91e0012d221324ed50278 0.14 MB 332 212
225,609 225,609 000000000000014ac75728361291ba80e68bc8f0d7e064025bb38fdc19bb40fd 0.11 MB 205 157
225,608 225,608 0000000000000212434ce948c86438fe52cb285bc675f72db2ccf7dcbff2da5e 0.04 MB 73 148
225,607 225,607 00000000000003b34bcee2b9a010af943e853d3a5875e3aaddf4591ef7c622fc 0.10 MB 140 163
225,606 225,606 000000000000026568ac7ebb73a89b8298280929585c9fe501ad76a72c558c70 0.14 MB 301 251
225,605 225,605 00000000000000fd50c220646d0303750f7f138ef9d8b9a35817f0dd2f72a4e0 0.04 MB 64 100
225,604 225,604 000000000000022706e1cca0586ba701781630cd0011ac777a2152bb4d94b51c 0.09 MB 118 106
225,603 225,603 00000000000000f816d17af7f2c1148decfcdb14b18ac5cfc25261e34742f61c 0.25 MB 689 234
225,602 225,602 000000000000021750c7d3fe80819e25745e320893653db5759bfcd6af528da5 0.09 MB 128 104
225,601 225,601 0000000000000172b0ed6fda84a03b2ff59e2526691225ee3a532384ce352472 0.08 MB 59 80
225,600 225,600 0000000000000216ed4f9a2210016ae3c67dbf280a746b2ae85eaa9aa8881db7 0.25 MB 652 212
225,599 225,599 000000000000008b63308c8118a36cbb0de5a4d0627c198674b0b1ddf36bb983 0.08 MB 128 79
225,598 225,598 00000000000001e56e87c200a2c820b99611b4824a545471289005a99536a2ee 0.08 MB 128 118
225,597 225,597 000000000000012b46751df912a8b47b941954212a867802be47080210c705a7 0.10 MB 257 232
225,596 225,596 00000000000002e0f55c09c62334af09a24848db6f653f8f620d65effc9270c1 0.03 MB 41 159
225,595 225,595 000000000000036b8cb7c1a7ed401cee2f65743ec48d0ac665a4b32a1c2a7b05 0.04 MB 93 189
225,594 225,594 000000000000007c238c53680138c2ed5767af7721c1793926936aa472f3b82f 0.07 MB 156 225
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.