Memory Pool Memory Pool Refreshing

3,601 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (107,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,996 799,996 000000000000000000034cbbc794110322d3aafa7cf1598b303ab58ea3defae8 1.88 MB 5,363 9
799,995 799,995 00000000000000000000654d85e92d3f942df1a3946b78c1492dcfc3728e3fa9 2.04 MB 6,388 7
799,994 799,994 000000000000000000028a090cb106e78a67b0d4cdfaa11cdb6c5879de865c1f 1.51 MB 3,043 11
799,993 799,993 000000000000000000020eb59774f37c96ca7b06d4c72fc29cc24e01af4c03a3 1.97 MB 5,807 8
799,992 799,992 00000000000000000004074aa549f7044fbb518a134a09a4113efc77aab5d3ef 2.03 MB 6,347 7
799,991 799,991 000000000000000000033c3c59e06b5bf77106116c044d073a4e2c82d02fa87b 1.85 MB 4,699 13
799,990 799,990 00000000000000000001d992e69fb025e830e39e92b4ecbeef046c3fd08dccdc 1.91 MB 5,106 6
799,989 799,989 00000000000000000004459b1e6d1381c25d0a180fd96317e585abef37747b93 1.52 MB 2,975 11
799,988 799,988 0000000000000000000123f0988659503b2cf2c50c8eab64300e764c0a6d5496 1.49 MB 3,195 31
799,987 799,987 0000000000000000000143717ec8c026d3b6b34c7171d5fc160514d287eef755 1.69 MB 3,521 7
799,986 799,986 00000000000000000000a00d31f4e13fa77c2c3ecef007a48c8e66762ffd83dd 1.59 MB 3,285 25
799,985 799,985 000000000000000000032535698c5b0c48283b792cf86c1c6e36ff84464de785 1.68 MB 3,364 11
799,984 799,984 000000000000000000011f1b2c9c4165b8b002aa039d967d4f056d8859e33863 1.74 MB 2,283 17
799,983 799,983 0000000000000000000340f4a5b8bc129226cbd6f5767ae794953d0dd34364af 1.39 MB 2,653 33
799,982 799,982 00000000000000000000556f660fa7d042221df51d9209cdaee4772418a78742 1.73 MB 1,319 57
799,981 799,981 00000000000000000000725b68fb05d83ba07610ec828054ff9d5485d662a7f9 1.66 MB 3,583 21
799,980 799,980 000000000000000000052d6b0812a15c2664390651bfad6a7234c4c4f43733a6 1.45 MB 1,381 22
799,979 799,979 0000000000000000000032665c66d51569ce67c83a32023914fef55c8fb97068 1.44 MB 2,675 18
799,978 799,978 0000000000000000000047868d3422432fe66ba90e9e5f0d85e450bf98a1320a 1.41 MB 1,804 14
799,977 799,977 000000000000000000007c737fc76823901e39721139c3741fa55bf7b55510f5 1.77 MB 5,081 5
799,976 799,976 000000000000000000022b1d95518bd35c0ca8629ba414c35a5f3fbe5e255c3d 1.52 MB 3,101 18
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.