Memory Pool Memory Pool Refreshing

6,929 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,037 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (604,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,955 302,955 000000000000000050bfe2e92755ebc09c8c634fa602e71b940b67f3b4946039 0.04 MB 77 23
302,954 302,954 000000000000000032fda414b0dd79d8d09888f285c6c0c7f57f3691753c1352 0.25 MB 235 17
302,953 302,953 000000000000000019917598d80b51f8532684a2b135d1948f4b718ea3890fa1 0.35 MB 1,099 42
302,952 302,952 000000000000000011bc9b376fd64e7382a01e879959cb458128f608f7058da6 0.01 MB 33 52
302,951 302,951 000000000000000040a7a375c8210f89f1d4657c3522578b508e1f52fb754df4 0.03 MB 65 34
302,950 302,950 000000000000000002a492ac73945766d8d22a3a5e0c285ec2a2270c707b98a7 0.06 MB 150 28
302,949 302,949 00000000000000005e1ac1d972dee99b7e4fcbd15d6cf2d8afa42e35cc954a8e 0.83 MB 1,587 31
302,948 302,948 0000000000000000629cafc6a45f50d3006300caadf629d26a53f870f9400a52 0.06 MB 91 16
302,947 302,947 00000000000000003d31a3727decf5e552c8d32393fa720162463d48ffdea77b 0.10 MB 129 31
302,946 302,946 000000000000000029553ba5d7c71364cc9ff1240a39f52dee793df6a8360188 0.09 MB 55 8
302,945 302,945 000000000000000001ad11f8b93c964ff95e08f002eed2a3aa9c1138563733e4 0.48 MB 830 29
302,944 302,944 00000000000000004b24f97d10a6d799677cd06353faa810010af56e03f63acd 0.10 MB 183 26
302,943 302,943 000000000000000025e2b9e80bfc3a6f7d3af1467b677fd65d6baddcb904987d 0.27 MB 554 30
302,942 302,942 000000000000000066511e6d2a49419dd6e1860033fde73d182cfab9121a6263 0.20 MB 245 18
302,941 302,941 000000000000000001b8861615973ef46c58b62ad1a5edeb6ba3f121fb6581ba 0.30 MB 511 27
302,940 302,940 00000000000000003bc096eabcc6cd420af2e7ff894ba82f28f233a5be232006 0.12 MB 256 33
302,939 302,939 0000000000000000560c21a4defbc7b2c34cc750b1df72a9a6646c6d75a6a04b 0.20 MB 307 25
302,938 302,938 0000000000000000288372f709a982b1a94795d6aa9227b1bee0ee61268ef3fc 0.13 MB 174 20
302,937 302,937 000000000000000027fe4d97bbc2831795c1b9e36947e90b0beb1fe2afc90a3a 0.27 MB 595 35
302,936 302,936 00000000000000005f5b17802e219ee6604d9ac96bce25780f50eb0b2b56755e 0.20 MB 291 25
302,935 302,935 00000000000000004c9043338ff1e7657599f972e6d5aac8e58fe41d999afeb4 0.20 MB 354 29
Previous 10 blocks ↓
Total Size: 769.17 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,633.24 GB sent, 93.77 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.