Memory Pool Memory Pool Refreshing

7,808 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,413 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (463,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
443,847 443,847 00000000000000000044b1400104a3f8666ac0af79c4029ddd3a22a0758396f1 1.00 MB 2,106 85
443,846 443,846 00000000000000000378de87499fb5acdbe3683c830cf7f065321f063c80dbd4 1.00 MB 1,920 78
443,845 443,845 0000000000000000006cd7dac11bd526e090f9ac37d2d519f6ac90b807db4ffb 1.00 MB 2,566 95
443,844 443,844 000000000000000001ae7eb3fba9286f7c4857930be94a0e813b9b553c8844e4 1.00 MB 2,208 114
443,843 443,843 000000000000000000d0554e906ce768681e630efc0a9004aef5a88c12a682dd 0.04 MB 131 132
443,842 443,842 000000000000000002b1a7f4a62bfdfe84cc18185cdfa9b07a4f22f0baec86e4 1.00 MB 3,282 108
443,841 443,841 00000000000000000365aee413dd0b37b7c65732c4eef9011c0a9ffd9202d89b 0.99 MB 929 19
443,840 443,840 000000000000000003769bd046219b34aed5247355b732513c99de6c7cff8939 1.00 MB 2,798 87
443,839 443,839 0000000000000000024ac8d2b65a8dfa760521c5381f8c5646d42c1dc61a99af 0.51 MB 1,196 77
443,838 443,838 000000000000000002b8003bb562ed66bb56fd487691db0280a188a24e651766 1.00 MB 2,104 66
443,837 443,837 0000000000000000027a7ff9dd86f97968143055494d94e117bbbd01184bd535 0.00 MB 1 0
443,836 443,836 0000000000000000025ea72be25285963daf1b6991e4b6fad84c7fdfa7cdd99d 0.97 MB 1,799 61
443,835 443,835 000000000000000001dd0df8b9fdc6c2e3400fa71ee44eab43777df76b856693 1.00 MB 1,037 33
443,834 443,834 0000000000000000037fd90b9862d433f66c6f8c6c811d56df488b0793aaefdf 1.00 MB 2,827 86
443,833 443,833 0000000000000000013d4bab9f4be40202e1dd5bf115f5cd55f8975422ef7434 0.98 MB 2,223 71
443,832 443,832 0000000000000000037871638a3a902e11acce3b0a5f4cc7fce06cbec78d7c56 0.15 MB 308 63
443,831 443,831 00000000000000000058f6de704465b12eb49642f6c73fe793a5e8311cbe21fb 0.81 MB 1,629 79
443,830 443,830 000000000000000000c987a73eceb76f4dc6d99c4c59f5bd8c20f5758b6974dd 0.00 MB 1 0
443,829 443,829 0000000000000000011dd0e1950530788b6a588f9d4f3801ccad1054370ed4cc 1.00 MB 1,732 50
443,828 443,828 0000000000000000037de3e0088e1d5ec9771d19c738556b8cdf086932ead8b9 1.00 MB 2,661 70
443,827 443,827 00000000000000000157abec57336cc475b0d23df8787d46a33ef8a7536cb7c3 1.00 MB 2,753 96
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.