Memory Pool Memory Pool Refreshing

7,821 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (743,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,919 163,919 00000000000002fef6530eb4832124d025814e995ecf1e1c5889804436d157f2 0.02 MB 32 96
163,918 163,918 00000000000008462170262d73fac1f6113d49a1fdec407d358c0a09b0f849ce 0.02 MB 60 196
163,917 163,917 000000000000082cf578c59ff25da55f2c202a5477b0299a0dcf318512f1cf5e 0.02 MB 60 27
163,916 163,916 000000000000078f772faaa733d0f3933b1e8ff29625c725a192c4e6faa73ef8 0.00 MB 3 0
163,915 163,915 0000000000000c1b294b863163d766cc57eb53d1ef606318da94773443d361a3 0.02 MB 37 146
163,914 163,914 00000000000003eb4647952ec2362c4a70e175a3a89b9afeb476519711c5775a 0.03 MB 15 42
163,913 163,913 000000000000054ccc661f3c84a8e5840c34e7d5da1849038a8de8827e0cd574 0.01 MB 34 265
163,912 163,912 000000000000018d0a3b386ae4d1660cede8a19b3c9cd7851cee6a125fb5b79d 0.02 MB 54 133
163,911 163,911 000000000000094bb13128754c87689802c166c0a5f4b288347d6959a068ba54 0.01 MB 30 10
163,910 163,910 0000000000000575c2f28659b91346c54da1c19db62d4ce6641c45a9d792f849 0.01 MB 23 28
163,909 163,909 0000000000000b4042a35300be0d2fe183b914764b2040a4e344631e23904a2c 0.04 MB 74 62
163,908 163,908 0000000000000c71fb962d386f5fd077fdca48d86cbe21cf8de97d306106df4a 0.01 MB 13 341
163,907 163,907 0000000000000ba21ef3238a8972a1eb2cb04b167607cd4c61129e4ad3207817 0.04 MB 134 3
163,906 163,906 00000000000003f2a02c70ffeb5732abc69cee6dfefaec1eb24b1fbd587b982f 0.00 MB 15 40
163,905 163,905 00000000000000b18eafb185bf686c9512f50c825d8a2bffeae96280c862ddac 0.01 MB 13 231
163,904 163,904 0000000000000512deb9dbe55d2e241658c65553adfdd7f7bd1273bb44f2d03f 0.03 MB 69 209
163,903 163,903 0000000000000cc1af604f96945e8fc4e6010f070b42e63ebf1307790f1feafc 0.02 MB 45 25
163,902 163,902 000000000000061d47c3e262dc7c4b3274d99c7b9ae40dde2a2eb35ce8447939 0.04 MB 46 88
163,901 163,901 000000000000068341e31cd8181ef7b70a9e5508c2689bedb221fa5dfddff45f 0.01 MB 18 7
163,900 163,900 000000000000030115055f7afff3c1979fcc74c0c23c55c9a81165e1bc45cd7d 0.04 MB 100 243
163,899 163,899 000000000000017740ac9ef2f2aac6993a95e43848bcdf9c33780d1610336382 0.05 MB 131 76
Previous 10 blocks ↓
Total Size: 768.96 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,615.44 GB sent, 92.63 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.