Memory Pool Memory Pool Refreshing

9,181 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (751,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,779 155,779 00000000000006a05e60b6896ca977e880e48d205d6dc0f5cd5e121018e34997 0.02 MB 56 102
155,778 155,778 0000000000000adcd8a2a32658ccceb2d2560d4c38c4fa3553c7f57776e0de7c 0.03 MB 75 86
155,777 155,777 0000000000000f4ba074d45d84776b84197ab4cdc13bd425b3ff6bca881a6696 0.03 MB 101 38
155,776 155,776 00000000000005091895483339fadd2f4dadda6bd6a4307a8de9f70d3dcea73a 0.01 MB 31 47
155,775 155,775 00000000000009363b26e47ea6b9aec2973c97a8a57f87ba412bb8c2c3f7baca 0.01 MB 47 251
155,774 155,774 0000000000000ee807e593c4ac8cd22855a6ea289429b243657e3e0cda27ff96 0.01 MB 11 27
155,773 155,773 0000000000000d6b25620c4c09f946782235ac5960219bf2d1aa8ed58cee387d 0.00 MB 9 34
155,772 155,772 000000000000057c0b777a51acfe09f9b739d7d20efc4ca0379cac4ac6c3fd21 0.02 MB 40 76
155,771 155,771 00000000000005017ac110ba247eee56c16a6de50536b17fc22f76d6cbe50904 0.00 MB 12 11
155,770 155,770 0000000000000d4ab5a051e986dfa0dc21489aa3e8412c27cc892708f5b27830 0.03 MB 35 83
155,769 155,769 00000000000004eec0783ff0302d84f0308125a0b48457ae2bbebf4bd1ff1383 0.01 MB 15 35
155,768 155,768 00000000000000124c4dbb26c25feff783655bc0426f09c68a1846e0149c6e58 0.00 MB 10 33
155,767 155,767 00000000000004d447231d036caa0249d5d330450f8bdffcc9b900bbc382c93c 0.00 MB 9 358
155,766 155,766 0000000000000aac55294d73bb6edf06152d2994e2c109b80a62c07aa723d83e 0.05 MB 177 5
155,765 155,765 0000000000000bf194494dec8711eda35e72f05dc54f19238455116fb9d978c5 0.02 MB 45 19
155,764 155,764 0000000000000c2ce71264655a1fe3b31939f57acd97b3a07019f9c1fb7e46a5 0.04 MB 95 130
155,763 155,763 00000000000005c7f7b873b3d56834d17c3cce449b86b8cd4d1819dd401f6dae 0.00 MB 12 28
155,762 155,762 00000000000003f39d59e6d4f3c7dbe3ab0d65cc3c7bc017d53b88f34b963fa7 0.03 MB 74 238
155,761 155,761 0000000000000b33437d8a935001af90f00724c3eaf3c1ca080a60f72835dbec 0.05 MB 117 23
155,760 155,760 0000000000000a77edb9987db882c9ab7d88ad8f341a0fde70a28cdfffbd3b70 0.01 MB 14 42
155,759 155,759 00000000000002ed2d3cfadddf41653d522c6d2901e0d907ef8576516cf87958 0.00 MB 13 78
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.