Memory Pool Memory Pool Refreshing

55,010 transactions
36.22 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
7 sats/vbyte 3
5 sats/vbyte 6
5 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,198 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,382 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,197 (40,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,697 835,697 000000000000000000029831591686d3a6c2e9df3a77fefcb83e4e6fc6ca27ae 2.81 MB 1,889 35
835,696 835,696 000000000000000000027ca04da9d8d4e76f3001fde8aa481413d7ac3ce4c0d4 2.23 MB 2,519 42
835,695 835,695 00000000000000000002e2adfceb796d04a1bdc820bea9499457cbdb0205cf72 2.00 MB 2,269 42
835,694 835,694 00000000000000000002f02ebf6609002251e8855308cf61fd72f7bc4c801bd2 2.47 MB 2,351 39
835,693 835,693 00000000000000000000d2e0af4ced4d33c7499caf6eac77826b439365d2f771 2.43 MB 2,125 42
835,692 835,692 00000000000000000002a6a426c4324306c6116501bb217eaa7605d5ca6f5ad1 2.62 MB 2,185 45
835,691 835,691 0000000000000000000356d53aaf7292bcb701ca72231ff8a40a1821a1f8ad2b 2.64 MB 1,870 47
835,690 835,690 00000000000000000002829be33003a067c19fe3fd7b6d427b9fb2d2dacc73c7 2.47 MB 2,405 53
835,689 835,689 0000000000000000000203330f03dfbd1f8f2ac3cc37c4f33e606769f81162d1 2.07 MB 2,750 40
835,688 835,688 00000000000000000001ec853a88939ca10869b4f22e2721ddd6226c040f6cc7 1.73 MB 3,394 57
835,687 835,687 000000000000000000021846bd3d4ebdb22b338c19f071df7338d49c76c365bb 1.99 MB 2,951 50
835,686 835,686 00000000000000000001d77d993efef6d2b2bb3f9e94c1843cee922725ac78b9 1.62 MB 3,222 28
835,685 835,685 000000000000000000028a6b08ee531d22adb192577b24cce5d831e32790f2ef 1.52 MB 3,380 39
835,684 835,684 000000000000000000015513a48bda085dbaa27a476229981e89b2e9bbd2dddf 1.58 MB 3,463 44
835,683 835,683 00000000000000000000676448a0795d3072399248ca20da8bd5d7f72c35ff6f 1.56 MB 2,693 35
835,682 835,682 000000000000000000024c319a05c009aae586d40723dea3e3cf7de6dd15e867 1.68 MB 3,247 35
835,681 835,681 0000000000000000000279931f6162f60cf728f9216d28117c19fc094393b35a 1.72 MB 3,093 45
835,680 835,680 000000000000000000030eeeb4053e1ef8068dc67768a54bcc9a6614c0cf9b2d 1.66 MB 3,127 43
835,679 835,679 000000000000000000007a43921871c314d1ea03ab206ecd8cc0a09485478a06 1.54 MB 3,295 42
835,678 835,678 000000000000000000025cfe7b5d3b35a969c823dd16f8a3b3b36ad6e6327798 1.55 MB 3,238 49
835,677 835,677 0000000000000000000046b61b28d0eb85a90218fffed11faed13d107d166e86 1.59 MB 3,576 47
Previous 10 blocks ↓
Total Size: 710.85 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: 742.04 GB sent, 17.49 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.