Memory Pool Memory Pool Refreshing

5,256 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,691 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (3,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,767 904,767 0000000000000000000021a8909e3c8cfc8fba99f928dbd1385840b49ea1feaa 1.51 MB 1,936 2
904,766 904,766 000000000000000000006fdf451f55a919dc6a4e5b469ef143a5151ad5b30b45 1.56 MB 3,070 5
904,765 904,765 000000000000000000024222d8d90bdbc364a1baf9d3e11c71f1b35fdca151ae 1.82 MB 2,728 2
904,764 904,764 0000000000000000000208225ce76b27e881e8cd223e3c7ee558a29e2f239d7e 1.77 MB 4,039 1
904,763 904,763 0000000000000000000009dbf2f688c363f6714e1544dfee4c03651c113b0598 1.53 MB 2,400 2
904,762 904,762 00000000000000000000284142e352c7e187999afa20d97041ecd75846e69daf 1.73 MB 3,041 2
904,761 904,761 000000000000000000011b8e09bcc00af7a472d7d5f725d65c144fe62ff009e8 1.58 MB 3,533 4
904,760 904,760 000000000000000000014d9ec4c5a6eac271cee27d4a482e3ed0bbf1f5724146 1.79 MB 4,875 1
904,759 904,759 000000000000000000023e5edf99adb2933320942069e0030747329185496313 1.67 MB 4,097 2
904,758 904,758 00000000000000000002123efdb1f68be2f659f95a9bcab1a91e3ab7507a6740 1.51 MB 2,917 4
904,757 904,757 00000000000000000001de21d65f028132f87d8c40daeb0a50f15f2109bcd507 1.58 MB 4,698 4
904,756 904,756 0000000000000000000198001f1b79188b0653c6b1db40a412423daae99f0f85 1.55 MB 3,153 4
904,755 904,755 00000000000000000000a3a590f88c292737e8f2ccc2c84ef86ad89ae6354735 1.47 MB 3,121 3
904,754 904,754 00000000000000000001dab8ca8a63080623ed01746c925772e8459e7bacd7f4 1.69 MB 4,352 1
904,753 904,753 00000000000000000001447398feb48cfd88161ad17d4838195661afab8bdd97 1.63 MB 3,313 2
904,752 904,752 00000000000000000001f0b5c5675e05942153af47a3ce2ef2d67f6a4c0a6b65 1.61 MB 3,054 3
904,751 904,751 000000000000000000009f961c13071f718e5b90ca024213a447025380048680 1.61 MB 2,252 2
904,750 904,750 00000000000000000000d02efb12d412755d0a7caa6d640d8fe223a358cacbdf 1.47 MB 2,274 2
904,749 904,749 000000000000000000024f45ff393be55f635281d44a1f0035ba13a3204bfdbf 1.63 MB 2,244 2
904,748 904,748 00000000000000000000492c1479bd463cd4e97b52e8e5cb2fb856cdec8e2ee3 1.66 MB 3,756 2
904,747 904,747 00000000000000000001ffdb078f059d7549a58191e6f25e1a0f09ab78d71781 1.78 MB 2,699 1
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.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.