Memory Pool Memory Pool Refreshing

984 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,104 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,103 (546,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,080 362,080 0000000000000000138b2613c026e0ed1dbf6f8f193f1c3115bdf540dc22fbf6 0.75 MB 2,438 50
362,079 362,079 00000000000000000dcb5651a124e4c2f73f7560b030ccaee8af77f284bf2622 0.75 MB 764 82
362,078 362,078 00000000000000000c9eb1d0d219784f322f621a199b57d6c8a872fbc74e200c 0.75 MB 142 102
362,077 362,077 00000000000000000a58e4b27940e4350a2a11e7c5a45ff2a44401d15998f0e1 0.93 MB 820 54
362,076 362,076 00000000000000000b6808fa7f933850aa0f4fd785cfea83036ab906caa06dad 0.75 MB 1,184 53
362,075 362,075 00000000000000000489b9cd3d75539becaa2c71a8195d69e142abc760a2909c 0.75 MB 1,077 59
362,074 362,074 00000000000000001356b5df197d0e80b83363838f10d5c836dbc16ad8383a21 1.00 MB 35 8
362,073 362,073 00000000000000000b953816d4c31e79b04d5b075bcacb8cf20e54ee3b61c316 0.75 MB 1,507 43
362,072 362,072 000000000000000010d98f2559c32b89dc558c7e983646a91a0a371fc4a56296 0.75 MB 587 15
362,071 362,071 0000000000000000116309fe12f087fed3acdcd7622d93e5cc898b6bc5040160 0.75 MB 2,873 44
362,070 362,070 0000000000000000003e0313eb22cbd7c07e945c08c1a0b759c384eab415e1c1 1.00 MB 1,570 34
362,069 362,069 000000000000000007f455d86a8deb3a12429b46f02ac57a2b9e92b6a178d81d 0.75 MB 606 18
362,068 362,068 0000000000000000071f19eeca27ea41bbc97a9be3f029621f47e28fcbafdfe1 0.75 MB 793 21
362,067 362,067 000000000000000002a9aebf60e94c1cd43d46515cd4a6ef8bb2488c3c3b2ba9 0.75 MB 738 19
362,066 362,066 00000000000000000b418d26ef8c78397f0ba5100c72ba425f0c8c6d180bd3c1 0.66 MB 786 17
362,065 362,065 00000000000000000e32574af5b48f6b8d80e111f206527a5355543dc01c4773 1.00 MB 503 15
362,064 362,064 000000000000000005a11c7826013ddd6315d50e5243fdde94fd93ddde07034b 0.25 MB 513 33
362,063 362,063 00000000000000000c45fb74ebde83bc7f00510a1dc854d34127c0764c800472 0.75 MB 1,092 25
362,062 362,062 000000000000000005b65f3d7c486a8473b7d396f2cf49baea92a740859922ec 0.75 MB 677 18
362,061 362,061 000000000000000012f52c03986c500d4cc5293b09db2a2f384ac0f48dadc620 1.00 MB 677 15
362,060 362,060 00000000000000000ba5cca0b135148cf96c307cc10e476abaf2fb0b5407ea01 0.75 MB 1,397 28
Previous 10 blocks ↓
Total Size: 769.74 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,679.15 GB sent, 96.57 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.