Memory Pool Memory Pool Refreshing

8,699 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,899 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (697,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,463 210,463 00000000000001b0a2986c04b3aaf07a163e909cd734bb2286d8f75f7f78eac3 0.04 MB 109 78
210,462 210,462 0000000000000170281e3af05f3651560446510c574459d35afea6e609f63a6b 0.15 MB 324 190
210,461 210,461 000000000000038e1bb01f74edc046a99f78821348c84b9a6b1d348adc51be07 0.13 MB 344 190
210,460 210,460 0000000000000442a60bf7596d650ac6f097b5854224f689adf940eff3fcd6f0 0.00 MB 5 151
210,459 210,459 000000000000037c5fbafbbe4554fc73482bbd28ab54a85d8b9eefd3e383ec89 0.04 MB 46 72
210,458 210,458 000000000000037188b70a6394c86fb7209b415c3452ade0f3ad0d3dbe106dcf 0.12 MB 314 182
210,457 210,457 00000000000004a7c04e7623732d0b4d75ee1904be0eeb9b6c88c66a2a64f43b 0.05 MB 129 277
210,456 210,456 000000000000010730037e22284c853363c9840b93ad3074b04528e4285f8bcf 0.04 MB 74 394
210,455 210,455 000000000000045b56cee6d82cdf64b8022fadb23c26a1ee504b960407ec3c73 0.10 MB 200 149
210,454 210,454 00000000000004ac8d601df88c57a5d90d7da2e0434a404116c491dd08843678 0.01 MB 35 1,099
210,453 210,453 0000000000000247a1309e09a372e9f60e0ea98892705a95e236d3fb0110950a 0.02 MB 36 156
210,452 210,452 00000000000001e667566a307b72cfb16e0119c485daefe42a9e4ac29f9a9fdf 0.05 MB 133 145
210,451 210,451 000000000000049eb435392e231e26ee59582403baf33475f9396f7980ce59fe 0.02 MB 63 145
210,450 210,450 000000000000025d203276807989337fc3f34bf7f3a0c5306a971f1638b658cb 0.15 MB 282 125
210,449 210,449 0000000000000485d57f85ec6403625344caa9bb2df7b27857ab25258803a17d 0.10 MB 192 168
210,448 210,448 00000000000002de13dca033f78298fd04fda426ffdf6be9a22e39254edb610e 0.02 MB 62 91
210,447 210,447 00000000000002565dd673c5c79da47045a1446028e0157af3985b50acd1a388 0.10 MB 76 91
210,446 210,446 0000000000000453f0a90016a3df091677b07d8d840b0916d616f8e84e33672e 0.10 MB 70 104
210,445 210,445 00000000000000a624e8436e8d59bb1f2eaf8ba25b1a9ca5915e7382d831d993 0.00 MB 15 74
210,444 210,444 0000000000000353f81adbe6bc3aceea7f8da3220eba5b6e125f02830b5379d8 0.06 MB 131 141
210,443 210,443 0000000000000338fc23788f17ff815359559756bdcac52e6ff24838a8ba4ab7 0.00 MB 15 15
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.