Memory Pool Memory Pool Refreshing

6,426 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 2,485 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (706,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,392 201,392 00000000000004601f23d59cd5c88f72baabd3aeeddfbac591c711dd1942b161 0.18 MB 78 62
201,391 201,391 0000000000000388fd5916388c1dfe533a86d4e0279cd94c48c2d969bf36bc93 0.05 MB 146 161
201,390 201,390 000000000000045cd10109e09d4b9f83afe1472f646bfcdd604811bc47c3ed0a 0.10 MB 203 138
201,389 201,389 00000000000002b736abef689dcdafd221f6bc0cfb1f71ba121869ad886c4f0e 0.30 MB 477 113
201,388 201,388 000000000000002dd142bbef1835f3c93f01ef7452df9ec317c0aae8618cf4d1 0.18 MB 349 117
201,387 201,387 000000000000000423ad1d4666aa257381bd748d9dd015a1236c74bb4d8a516a 0.20 MB 446 145
201,386 201,386 000000000000007a71be9bbcbee287dc7c4f29d1c1cd9e41e2224a1aad3a1e1f 0.04 MB 122 164
201,385 201,385 000000000000037ab8f5f63a1db31d081db119038d62e82f315829243c446450 0.06 MB 125 107
201,384 201,384 000000000000047a15873368e07e08e9f3e67cc8d8a480625d58ea69ee593870 0.10 MB 183 116
201,383 201,383 000000000000053fa9e95771bdb9bc6418e746e728b7d4ed20e2918fd317db97 0.05 MB 129 138
201,382 201,382 00000000000003c68d7f72b01bbb978017eac15c8f85e4298aec295217218158 0.24 MB 397 84
201,381 201,381 00000000000005a21de9711620f849c88ed54fe72e391ca66f075ae9fc3238a5 0.00 MB 8 0
201,380 201,380 0000000000000571a030a5535f30fff6b0ead8132aace7e70762d405b9b4f821 0.01 MB 22 155
201,379 201,379 00000000000003687db40b3701ea0ff6c71f087a0d171e1a54ea4499b71d44da 0.00 MB 10 18
201,378 201,378 0000000000000503f090e7a05931370c6274f5bc622499d93a5c55f7e3ccb121 0.07 MB 169 115
201,377 201,377 00000000000004ec3da370b937ef256ee05aef47c3da476e2ce7b6c450efe950 0.07 MB 103 104
201,376 201,376 00000000000002dfc592e82e164cf31a9f1991d3943607370d5733fd458fc821 0.02 MB 75 37
201,375 201,375 00000000000001d4064f885d28fc6e9ec7f31f10507455c5fe63d5c55c66824a 0.01 MB 30 95
201,374 201,374 00000000000004dd413ebff47cd4eab07360c53af9b2914db042e08134097c00 0.14 MB 323 263
201,373 201,373 0000000000000564c96d57fae39f05f4534d4d5633518a47ca0b97b4d65fb9a4 0.01 MB 21 239
201,372 201,372 00000000000002179559f8e1b7a29b4cf47482590b724b48df05eca187720624 0.07 MB 141 334
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.51 GB sent, 92.74 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.