Memory Pool Memory Pool Refreshing

6,234 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (555,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,387 352,387 000000000000000008bc8db71e458500a3e18162f5c6bbe5ceb41b0d6bc967c8 0.68 MB 1,236 28
352,386 352,386 0000000000000000072113c1f8129f531edd35e31a4b11262fefb42dcc606c5c 0.75 MB 1,375 29
352,385 352,385 000000000000000015b83bda32886f53fa6e1f416f714192065c92965e55497c 0.39 MB 702 26
352,384 352,384 000000000000000015b61dd2a2fdbc4b7573f5107d07f5c00afb1936cefd31c0 0.44 MB 721 10
352,383 352,383 0000000000000000163c03f3365d2bcaf4513c9db7af164552fbb555aff76808 0.68 MB 492 14
352,382 352,382 00000000000000000d84ea85e669ca24504d36b208443dc401f90ac9428d4cbf 1.00 MB 1,603 24
352,381 352,381 00000000000000000bdc31e59cf8eb9d00d9961c5b8d0fdcd28a57a89635e08d 0.27 MB 1,024 54
352,380 352,380 00000000000000000d9a8a2f0678aeb54641402ecf8761e4aa0bf3cea7c6e64b 0.75 MB 1,708 30
352,379 352,379 0000000000000000038e412d947bfbe42ad68673671f4c29fa743fd4f1cc478e 0.75 MB 2,471 44
352,378 352,378 00000000000000000d3a78dcc3f9a0e68844c714551a4027e3106da2a570bed7 0.06 MB 102 11
352,377 352,377 000000000000000010269d5ada81f11792f356dee449e5b41526c63a705330e4 0.32 MB 556 104
352,376 352,376 000000000000000006adc2f034f79582c5c84c6a85907324dd0b2f7281200f76 0.52 MB 1,033 17
352,375 352,375 0000000000000000009cf8eb9f1c98d8d1e9a34943f188d51c40aa2801ff1036 0.75 MB 1,761 30
352,374 352,374 000000000000000000e108d641f58199b3716792c25fe0f15e0060b28868757a 0.75 MB 1,163 22
352,373 352,373 0000000000000000068425a7d45e2ee8a5d9fc1bbee1a096aff33946da486cd7 0.75 MB 1,318 27
352,372 352,372 00000000000000000036e62941397bb3c33725f3c327df5f85fc0591ae49af4f 0.75 MB 2,143 40
352,371 352,371 000000000000000002ce026fe3869c6469cca7c75761881f8e07bd050638085a 0.75 MB 1,674 31
352,370 352,370 000000000000000014dc128ec3c592f83521fa2b2458cefa8d9d6681079b7466 0.22 MB 399 24
352,369 352,369 000000000000000008b5bb09ad097f106e971777f24d785271ae3cb63e2344a4 0.52 MB 1,244 29
352,368 352,368 000000000000000014faade43dc20a43612f6b7bc2fe8cecce88e04d7eb5446f 0.45 MB 1,087 30
352,367 352,367 0000000000000000033608684b0554f3d14d6aec1199dd63c3cd6d2ae02101e9 0.29 MB 657 28
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.