Memory Pool Memory Pool Refreshing

7,794 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (339,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,365 568,365 0000000000000000002b000985ff9bdbe8f300530b0795ee7cf91ecb2dd1191d 1.26 MB 3,370 14
568,364 568,364 00000000000000000003710ffcbe7d425714efd11ddf989a4fd06cbcdf1c6743 1.24 MB 2,671 25
568,363 568,363 00000000000000000000da24f4ae4b246caf7a4a76a131ce79ea27fce008ff2c 1.29 MB 3,037 16
568,362 568,362 0000000000000000001c740a9098f123cab850470960153765b5c7a676c95c70 1.23 MB 1,945 14
568,361 568,361 0000000000000000001b94b05fe2b004af6efab627141ed266262d1efe8712e6 1.37 MB 1,904 21
568,360 568,360 0000000000000000001c902c49ae6edefd40d64d518e5f8fcfc62b3e8941d75f 0.49 MB 1,200 16
568,359 568,359 0000000000000000002b25fefba8d4b49384660e19d2410dd26ed250a64e41a6 0.04 MB 43 7
568,358 568,358 0000000000000000001e2c52b041dc46c93a00a6e123ac6ff2935beb31469b90 0.07 MB 199 13
568,357 568,357 00000000000000000024143f9938752d9bbf66f8e04dd96fcf69b4e0092f8757 0.44 MB 853 17
568,356 568,356 0000000000000000002bab815f0a2f7ab4e137287d9e18a5193b8268ed108d84 0.10 MB 246 14
568,355 568,355 00000000000000000023fa7076fbcac3c2261b8591ea5f12344c7b64d3e0c1bb 0.15 MB 396 18
568,354 568,354 00000000000000000013a301f5074426ca0666c96980dc1a472242b4844d5b5b 0.40 MB 809 17
568,353 568,353 0000000000000000000d1b33001a6021ac7c1d1ed2b30e2fc2d9a8f534701875 1.13 MB 1,893 15
568,352 568,352 00000000000000000014e3ca67591e4de16de4c81f5e57dc6252c899d90f214d 0.28 MB 467 17
568,351 568,351 000000000000000000041904d59ac59e1d67d630c09ff297dfd9631d8e7c9493 0.71 MB 1,239 17
568,350 568,350 00000000000000000021e57bd49cfa6b257801b053f27b24105f3a1f63fa20f4 0.51 MB 977 13
568,349 568,349 00000000000000000024d05e8eeec4ceba5a8aa03be68e4a277083c04687d871 1.36 MB 2,765 18
568,348 568,348 0000000000000000001c4625e104161c36fcbbc8de2b68d33d594a54e5961464 0.11 MB 258 4
568,347 568,347 00000000000000000000e3af1104b749f9523d0caaec6718e96f72af95c2de5e 1.26 MB 2,523 18
568,346 568,346 000000000000000000110a561357f2b6297073a02d4a28f63a28291af46eb327 1.32 MB 1,639 4
568,345 568,345 00000000000000000000c6e160c5e95d4a1fad029119a3fd101108845f0f14b4 1.25 MB 2,250 20
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.