Memory Pool Memory Pool Refreshing

6,832 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,592 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (908,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446 446 000000003f315849a6af7f1b3d056f8c554c5e0c687dae7b7134fabb7f35d201 0.00 MB 1 0
445 445 00000000cc07f5ed1508f93332c84f983e429e53ce2391792d114578500df442 0.00 MB 1 0
444 444 00000000cff43a64ec00bea11866875c471289b38103f18ab4ee8d0f8f4f8ac7 0.00 MB 1 0
443 443 00000000945c9ee0ee1dd8c1e59b44de30354039ad301de90782c14164517e48 0.00 MB 1 0
442 442 00000000c55c595b18eff1e1d3f52b5759b9f56dac235af896e9c478cc77cbeb 0.00 MB 1 0
441 441 00000000fc0f0e9952be1ff8efe59f96cfac449734cd6d58704ce6c65ec726a9 0.00 MB 1 0
440 440 000000004b9dfe906e0c97aaaa3dbb84a933d14788ddef29eb34c4054f884dfd 0.00 MB 1 0
439 439 00000000bf877e260208f54a9edde2c9689a5990c93467cc4e0becea8a3180d7 0.00 MB 1 0
438 438 0000000025c6b644f8add734be7e666fa4afa43ca0204d623a0c0b1fd2104c7a 0.00 MB 1 0
437 437 0000000058f437720be706c70fd716ceb07110ea74402c9921b093815ad685d7 0.00 MB 1 0
436 436 000000007f7ce860da89da06f2c78d489a21d61557bf89549d016afcb6c31d54 0.00 MB 1 0
435 435 00000000d3c23d217f8c90d7a7dc037e71cd425a2fd1f4184b97a96f45b8b52c 0.00 MB 1 0
434 434 00000000f102043c1c58e47b6e91e6804f7ae356fed25c456c6f8359e737da6d 0.00 MB 1 0
433 433 000000005f1a9e236f32bcfbdb8ccd951e120858070d459d048ccf9577c462fd 0.00 MB 1 0
432 432 00000000fa6066998c588e2c3933e036ed64907a65ec593fd8ab37316fed0e8f 0.00 MB 1 0
431 431 000000001e9722b33a88ee9a0d17b921361aa499cfa545c60ba629ee82bba42a 0.00 MB 1 0
430 430 00000000f57b8d9a6585b22868e8729515a4ce7c466a4b8713317a90fefdcd59 0.00 MB 1 0
429 429 000000008e5da1aa58d17da1bbc95e9b032714e7ea7831e82f2830bf97dc38e7 0.00 MB 1 0
428 428 00000000ee39e13fe7c693ada69c543501a6dabd5ef2f72d56a43c1e906f795f 0.00 MB 1 0
427 427 00000000d3f81421d484c4d27f2c3c31a82f33850eb483926f8e0297070f5de3 0.00 MB 1 0
426 426 0000000065bda4f8ed6ea6070ce861d1388d7375d6060e6113fd574a88173710 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.