Memory Pool Memory Pool Refreshing

4,643 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (270,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
637,056 637,056 000000000000000000075dff6bbc582ead3cf81faab124e591c7e230ed200754 1.16 MB 2,565 47
637,055 637,055 0000000000000000000cfd1300625612513c6cd1413245fcdaf1eeb766e33a93 1.30 MB 2,709 28
637,054 637,054 0000000000000000000efb8082aeaf8fe340336ac91306bcc83ac17bd48ad794 1.17 MB 2,661 45
637,053 637,053 0000000000000000000ec7ec5a5cf958f46464aa9f4729d47d77542409be84d1 1.33 MB 1,654 25
637,052 637,052 00000000000000000007b8da22c1c4759aabd9362a6c1aec46e2a6835f125a09 1.16 MB 2,820 26
637,051 637,051 0000000000000000000c493863a4680b9e299bd0cbaaa4ffbc3f90bac9e07287 1.26 MB 2,196 37
637,050 637,050 0000000000000000001031166b70b7598152ba79996d84dba1ff0a366bd29580 1.26 MB 2,151 34
637,049 637,049 0000000000000000000445454c4a45aaf707758bec4d1d930c32bb923f975908 1.27 MB 2,677 28
637,048 637,048 0000000000000000000b061e153a51a0f5d29334d13f15bb1678e0e724c9686a 1.23 MB 2,863 40
637,047 637,047 0000000000000000000b5b6414ef776bfd54d72f25f5f0fb2f794980a149e375 1.22 MB 2,567 44
637,046 637,046 0000000000000000000f08c7af93781f1f7f34d82483c73cd6a18a982456b3a3 1.11 MB 2,621 23
637,045 637,045 0000000000000000000069cd9c8879761856e24113d00545f104754ce3ff40e9 1.16 MB 2,172 28
637,044 637,044 00000000000000000009161d906d3d42b76f731bb306c4dfa1cc76c9ed6764f3 1.25 MB 2,655 43
637,043 637,043 0000000000000000000175e40ea3e253b0f9eecde576a9bb263b977fe5092c8f 1.27 MB 2,798 33
637,042 637,042 0000000000000000000d7d24c644b77577553f7500fb07490ba948115fc8cc7f 1.25 MB 2,957 41
637,041 637,041 00000000000000000007ef1e36379eceb07ca270730514efae1647729853bf6c 1.37 MB 2,633 28
637,040 637,040 0000000000000000000ade61c055a1d6cd6dabbe7181cc240af29f4fe2245db7 1.19 MB 2,781 44
637,039 637,039 0000000000000000000f4c678d7879dfacfbc6e5031550825b7ff8556ff5ec93 1.23 MB 2,603 46
637,038 637,038 00000000000000000005000706bcf4e62527e30335f9cd4a2a26dead9966e9f5 1.36 MB 2,405 35
637,037 637,037 0000000000000000000784e0bd201e66ae6df1749af7706d334aeab7f78de429 1.24 MB 2,779 47
637,036 637,036 0000000000000000000bffbde5611cecaa2c3cb2af81eddf1b783ce0d2073abd 1.22 MB 2,214 30
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.50 GB sent, 92.73 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.