Memory Pool Memory Pool Refreshing

3,637 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,263 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (390,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,442 517,442 000000000000000000082f49805d9129f1d7d24ac06ee15c221deed2b625dd10 0.13 MB 329 29
517,441 517,441 000000000000000000048a7fc0e4cc81f4f96379364d05a2d613549c05f25af1 0.66 MB 995 15
517,440 517,440 00000000000000000005113912762ed1d2c2f96bbd2343449f9714180645e405 1.17 MB 2,812 31
517,439 517,439 0000000000000000002dfc897b731e0131a2532c9beb159762381070c1343cf8 0.21 MB 537 23
517,438 517,438 0000000000000000004d4694075e2879fc0cf4e4a1c669f9f6ba63a5dbafc6ce 0.69 MB 907 10
517,437 517,437 000000000000000000396d58390db8ce56d60e52f2a03efe454f06b3ebb6cc19 1.15 MB 2,304 37
517,436 517,436 000000000000000000112c9dd8db15805d86337829235d80b0027a7ade3471c7 0.81 MB 1,942 32
517,435 517,435 000000000000000000208aee3d4deea9a7db05180a257d11c5d07839e6f02395 0.32 MB 755 28
517,434 517,434 000000000000000000263cf814e708924dc5f3ead544166e34630f2052cf4180 0.36 MB 768 22
517,433 517,433 0000000000000000004392d49c7f456a576e82a9afac8a28786ec54dab74e60a 0.59 MB 1,491 25
517,432 517,432 0000000000000000002b191fe4208ae80f1972fe32bc42481c9289fee6ee1469 0.53 MB 889 23
517,431 517,431 000000000000000000413801549032cf70c9ab7a82a6e077de048b60e0f72c05 0.00 MB 1 0
517,430 517,430 0000000000000000001d3094c54f5a74d23e35e3b43aa0c414bcb17a1c22bece 1.12 MB 2,619 28
517,429 517,429 0000000000000000004075c1b9064412315932707185fe0cba33c061ee4ba423 0.67 MB 1,442 33
517,428 517,428 00000000000000000020b3a45ee7b469060c626da40c0e3adecb30ca1137882f 0.76 MB 1,290 5
517,427 517,427 0000000000000000004791c4afe2d4d0f6dea7c38349f5c7f15d5377070d9618 1.14 MB 2,560 33
517,426 517,426 00000000000000000044243c71aea67e9cf039859be6b37fb5b5ed69356aae2a 1.15 MB 2,349 9
517,425 517,425 000000000000000000005580d6d8ca91e8d037dc0ca721c8818fa453b3c2dca1 1.21 MB 2,871 31
517,424 517,424 0000000000000000004ebdb92281d45f8eae21e4ce406a3313055bc530dd4405 1.16 MB 2,942 47
517,423 517,423 0000000000000000000fe118346644678212ec2258b450e78e6f4e97257d4f68 1.14 MB 2,206 25
517,422 517,422 0000000000000000001901ed133f6243d0e09996cc2cba0c02ac0995cb9ac5fa 1.12 MB 1,434 7
Previous 10 blocks ↓
Total Size: 769.23 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.77 GB sent, 94.08 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.