Memory Pool Memory Pool Refreshing

3,497 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 Now! 1.00 vMB 2,117 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (6,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,748 900,748 0000000000000000000197e822b2c1ad6027e9d3c68c1819324910204dcf1666 1.67 MB 1,821 2
900,747 900,747 0000000000000000000072843021636b994cb6664fc62b5bb100bf813a96394d 1.55 MB 3,411 4
900,746 900,746 00000000000000000001034bfc60e25b99cfa1035152604f4a3e44ee8299e3bc 1.48 MB 1,146 1
900,745 900,745 00000000000000000001046ab694bb1a7a0a8ae966dde87756970c3d684c7561 1.66 MB 1,531 1
900,744 900,744 000000000000000000010d4df74c4570eac6aace4c825fbc78cfb007844575a8 1.74 MB 1,644 3
900,743 900,743 00000000000000000000e31cdc58c2153245f4bf3423a19deeb75e2b1e65c114 1.42 MB 2,093 2
900,742 900,742 00000000000000000000b5badb8897e73ac2749c10fd345ec7c9fa9efe74d854 1.41 MB 1,985 2
900,741 900,741 000000000000000000020579428ecd834e32b6adef26e4410860b087df758ec3 0.16 MB 175 2
900,740 900,740 00000000000000000001bce2f5d09b35c32cd6a3800b79e51361b4789ed7d6dd 1.03 MB 1,389 2
900,739 900,739 000000000000000000006fae939a34fa39d41e804b038bcde994e0c787b41755 1.05 MB 1,344 2
900,738 900,738 000000000000000000013bf04e269cdd736659b1b5528368770c10ad1407fb0c 0.75 MB 938 2
900,737 900,737 000000000000000000013128b209cf984ed5f251231018fb8ff05a66b57cdfc5 1.26 MB 1,158 1
900,736 900,736 000000000000000000010094a35a6baa1d8274bd6997dbffcb7de5764b31d7d9 1.51 MB 2,886 1
900,735 900,735 0000000000000000000131d0d90eca8496fc68f077578fbf46b1ac90de1b6403 1.43 MB 1,793 3
900,734 900,734 000000000000000000004e64d202833660df3e53980910920c9eadd8a5c7bcfd 0.80 MB 1,325 2
900,733 900,733 00000000000000000000006698ae96bf7340ce9649e33d4508e9fd05d6735cae 1.08 MB 1,536 2
900,732 900,732 000000000000000000009bae41098f1c2897d4f11a1fa85695562e884ec4f787 1.08 MB 2,173 2
900,731 900,731 00000000000000000001401e8adcd1b3f38718942881e852aeba1e58ff4c32bb 1.51 MB 2,076 2
900,730 900,730 00000000000000000000ee78c4c698c24f1b0b01135149cf1232ce3ae0eccb31 1.81 MB 2,816 1
900,729 900,729 00000000000000000001cc9f32276f56f439fc2171431e1ddd0dff8b9804131c 1.58 MB 2,276 1
900,728 900,728 00000000000000000001e2c3a2b6cd18585441676f4749a2bc0d8c1a2224aa7f 1.32 MB 2,716 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.