Memory Pool Memory Pool Refreshing

5,622 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (157,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,872 749,872 00000000000000000008dac36afa4f148672d0d6c9771f4a0fc38e42051d3f4c 1.21 MB 1,682 16
749,871 749,871 00000000000000000006f7aee53d2ced79c3bf9fdf5d4742389a5babc238af1b 1.28 MB 1,713 15
749,870 749,870 000000000000000000087ec130e644be35bc9a81e7bca465605268208b8f210c 1.53 MB 3,173 15
749,869 749,869 000000000000000000083050000cbfd723e6deddea05e1537d68124313739448 1.56 MB 3,167 15
749,868 749,868 000000000000000000020a418901f928362a30fbf7815f92dd1784faf4cdb89e 1.46 MB 3,747 20
749,867 749,867 00000000000000000005e5dd64b3c4e85cd71bc51665accbeea64b11b7fe4043 1.52 MB 3,432 18
749,866 749,866 00000000000000000004fb7e1e6b487692ccd8e0bfeb9efb63273dcaa9f45634 1.54 MB 3,039 11
749,865 749,865 0000000000000000000419896eec8b03afcdff28cc6d3835bb7feadabbdb5897 1.31 MB 1,856 10
749,864 749,864 0000000000000000000866b8720d0e6dac126aa4096bb7b96fe024ea3a2bb533 1.57 MB 3,975 13
749,863 749,863 00000000000000000001f35b7f1c8e123daf0c8d7850159a65fa29de19125117 1.38 MB 2,276 14
749,862 749,862 00000000000000000008698e4c073bf602ba5e3dc71e55bc6c8bdf81626b5c3e 1.45 MB 3,464 18
749,861 749,861 000000000000000000057498f6d36952dee71cfcced0e173ff269a5ba952c770 1.35 MB 3,099 36
749,860 749,860 0000000000000000000582689023578f9023c2835ce96b38934cff3f59952e80 1.48 MB 2,685 10
749,859 749,859 00000000000000000000b2d82f08f6d8570ae772d1f017f6a79a12065d6e397a 1.60 MB 2,823 13
749,858 749,858 00000000000000000000bd4ee3f7cd8ba59d5f8fe7832398a8ed0a3d53a57545 1.57 MB 3,437 12
749,857 749,857 00000000000000000004c685a0fe2450f52090366f5eb713b8b5ead6521f350b 1.39 MB 3,071 26
749,856 749,856 00000000000000000001d117d38fc2941057f666c8f7a48f1dc0e575b8e0c57e 1.51 MB 3,251 16
749,855 749,855 000000000000000000017d8ff5d60ee39b50b83301fbc9f0364cb6ba84c216b4 1.18 MB 1,394 13
749,854 749,854 0000000000000000000668131248a88b76dc3fd3323af5d5eee0405ba89f37be 1.70 MB 2,831 18
749,853 749,853 000000000000000000008f37ddbad9efaf5f9e0040b383eb65f9e7d84efacaf9 1.82 MB 2,330 14
749,852 749,852 00000000000000000004fd3b083ffd775545472d5ca817c5de503c0a619540de 1.65 MB 2,184 22
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.72 GB sent, 94.06 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.