Memory Pool Memory Pool Refreshing

9,787 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (745,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,277 162,277 000000000000088403b48d47e6c3bc96fb7cd007fb05852c2acef09288c59512 0.03 MB 36 251
162,276 162,276 00000000000008c4d0ba56ff681a38ec149a0fed86065b036853fd75310d2b14 0.00 MB 12 67
162,275 162,275 00000000000009c88382d02831514331a3a143ca93bb6ec621bf2fe9ac2022d4 0.00 MB 4 128
162,274 162,274 0000000000000873e8e4ac78d2feb8e6258a4bdc2f34dbb3199453eeb30cb399 0.02 MB 61 12
162,273 162,273 0000000000000925a3779751ff459520899eea5ef7532b197c8285f77a7a7ee0 0.01 MB 33 253
162,272 162,272 000000000000061cf3e640ba1d654c9fd0e511dc9b0390d052da91b497f05cdd 0.02 MB 45 222
162,271 162,271 00000000000006698ab821a9349ad7a16d1c07e642f47b1003fc529e41f4d0c5 0.02 MB 57 0
162,270 162,270 00000000000007126e867d27d98bba5795bc878a030be82bfd72fcd85c4ac332 0.07 MB 70 94
162,269 162,269 00000000000003ad9f29fa63e344befad08ac546c54528ff8c23df9d12c5cb35 0.05 MB 78 71
162,268 162,268 0000000000000d0e2dee49514935111f9d4be98bdd4aa0566b1baf2169be00ac 0.01 MB 28 44
162,267 162,267 00000000000007d072d9da50bc0e582d727334c7d7b0956619b715d637523435 0.01 MB 10 218
162,266 162,266 0000000000000854f6ad3a68017e52de8c0f40088243805e5c00cf476fdef432 0.01 MB 24 61
162,265 162,265 0000000000000bdadd3150d6bafb22d5e252cafade9610a27c016e4c008c4660 0.02 MB 55 11
162,264 162,264 000000000000017b0669cc725a39c6473149c304529a5f2d8fc3f42bf2ad9a7e 0.04 MB 98 174
162,263 162,263 00000000000009a3a627944d48936bdd1b71f790b21c36c33f5239977343f15e 0.01 MB 30 72
162,262 162,262 0000000000000371e426dd865cc2f24c13b4feeccf00e19c9f51afe5907741fc 0.03 MB 29 139
162,261 162,261 00000000000000fbef30ea48585b73bebc1844948bf6f7f303ebad32e032f7ed 0.01 MB 32 306
162,260 162,260 000000000000019923bbe7d72bd2b15412f6140b9cc08a262861c36e12cc8c85 0.00 MB 15 59
162,259 162,259 00000000000003fc35e4efdbe31d18946c6dedf2fd43f2ac5c176020dc44b766 0.02 MB 42 170
162,258 162,258 00000000000001ccf8ae6830009756bdaa9d3399dbd06c8c8b952028adc82429 0.04 MB 110 175
162,257 162,257 0000000000000899da9c8feebd120482d4fbf5b3c25bd0a85ab405df8bc0a2c9 0.02 MB 31 38
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.