Memory Pool Memory Pool Refreshing

3,979 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,572 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,869 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,571 (706,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
201,371 201,371 000000000000017913fc4e0c9919e1bf80451aa5c402c3a374ea0ae3c0d63470 0.01 MB 17 75
201,370 201,370 00000000000001b387517f99d959acef08272d1ba954615f3391b0323e9604e8 0.16 MB 346 134
201,369 201,369 0000000000000299501bc027ec6e13307692a63a37270676d169629a173ec2b2 0.04 MB 137 69
201,368 201,368 000000000000026baeaaad5efea29cba5bf7b1ff2ff463f52db70d3461508809 0.03 MB 78 139
201,367 201,367 000000000000028870b081b02b18a47ce48184c79cd7b0ffa2c42ecabd1d62ea 0.19 MB 234 85
201,366 201,366 000000000000054c2358060d93af78d8b2198d80484d116af04495087835cf7a 0.05 MB 159 92
201,365 201,365 00000000000003458e4c10bf1920d6f0b0dbd1cac6167adc172e269b531e1c50 0.09 MB 159 121
Previous 10 blocks ↓
Total Size: 768.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,581.21 GB sent, 91.29 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.