Memory Pool Memory Pool Refreshing

8,273 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (108,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,734 798,734 000000000000000000014334239dd282d11bf54d5f7f685043bb6c74b129792a 1.56 MB 2,128 11
798,733 798,733 000000000000000000051f976477d0490089189cdf16ce0365ac76f0b14f052d 1.40 MB 2,443 17
798,732 798,732 000000000000000000051becda91daaa746b40babc978009d32db6630cc43148 1.39 MB 2,097 18
798,731 798,731 000000000000000000031a84e2d917f97b0468283ee8977561bf9dd4a6ae74d2 2.00 MB 5,322 6
798,730 798,730 00000000000000000000d63fa869b09ee098fa467b0fb04cab7af867723b92d8 1.76 MB 2,402 16
798,729 798,729 000000000000000000010135330a2b31119968652716db25951b5833648ac493 2.32 MB 3,805 8
798,728 798,728 00000000000000000004a92e4908b2e5d45688d4739a349be739f4176ac34a79 2.46 MB 4,106 7
798,727 798,727 0000000000000000000303700e809462acdba53de0ed6f68e554e565571f7534 1.82 MB 5,045 9
798,726 798,726 0000000000000000000351688878d63f916c4a866a947c1780dd362d98184bc5 1.67 MB 4,028 12
798,725 798,725 0000000000000000000078ce05dfa23a0d2c41de5529fa226b4fc3735fa83339 1.72 MB 3,970 8
798,724 798,724 00000000000000000003351ff766c5dfeb818ecd74247947b4a751855b136f4d 1.60 MB 1,001 8
798,723 798,723 0000000000000000000006ac1748d14cfc8ca820eede12cdcef531acb40e3b54 1.42 MB 2,189 16
798,722 798,722 00000000000000000000ed120dc4d23fc58694b5401d9978fa17f30cd2068605 1.32 MB 2,447 19
798,721 798,721 000000000000000000002e24e0bb2e11117d6da66bd0aba53c06219c748de6c4 1.40 MB 2,266 29
798,720 798,720 00000000000000000004433b9d864e8bea0892b6f378f7ab1c7e0f72ccfc476a 1.58 MB 2,639 17
798,719 798,719 0000000000000000000123945e0bd0698d74e97ef637cf6c1239e0e4b7faff84 1.58 MB 2,723 8
798,718 798,718 0000000000000000000064ba6a1e9566c915817991d16bdbe23249c9d8ab2086 1.70 MB 1,988 10
798,717 798,717 00000000000000000001ad163c2f40691aa54fbe7a1ebd05c210a761633ee8e6 1.35 MB 2,217 15
798,716 798,716 00000000000000000002c295b03196bd9c762710c4161ef7b422c7deb35fb58a 1.32 MB 2,376 20
798,715 798,715 00000000000000000003dc83b75b5f40976629e96958036fc31a0b52c0d46180 1.45 MB 3,248 19
798,714 798,714 000000000000000000003199966d42a2dc3336833fd13f318b7cc98a54f64a51 1.53 MB 3,333 24
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.