Memory Pool Memory Pool Refreshing

3,968 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (440,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,366 467,366 0000000000000000016331c62118354a9a670730d3673866c008a9507b5cd97a 1.00 MB 2,526 268
467,365 467,365 000000000000000000b21ab819c95b3e8fe3aa4edf0f451392ac26f827d3e2fe 1.00 MB 2,294 268
467,364 467,364 0000000000000000011eb5c7ec8620a7f31cea139e7eff7a3be137c2b8e58b60 1.00 MB 2,697 298
467,363 467,363 000000000000000001114442fe05dd1afcdfdd18810a6a8fc464098d581831c4 0.05 MB 139 418
467,362 467,362 0000000000000000016d9f5150af77e1629bf5c9ed483be96700c3b53dcc66bb 1.00 MB 2,268 224
467,361 467,361 0000000000000000006bdbaae0378d69116b07f432d856f27beb019b726a95ec 1.00 MB 2,322 233
467,360 467,360 000000000000000000247c2f06a624c2bea229c0f678afb9540000dd930e187a 1.00 MB 2,784 320
467,359 467,359 000000000000000000411afbd7567d8cb39badbe163dfd4d75a30c054a319526 1.00 MB 3,129 331
467,358 467,358 000000000000000000b364612862b2c271bff1a65c4b5be618f18d48eb7530e6 1.00 MB 2,450 285
467,357 467,357 000000000000000001d4d5337d5b495faf5bef1208037430ca3d69ca5bde7a68 1.00 MB 3,001 156
467,356 467,356 0000000000000000000acada3c6d9be22e12f0eb8018ccb3673070b8268a09be 1.00 MB 2,022 165
467,355 467,355 000000000000000001d65c6402880b48df27d93b073fe42300a833b149beedcc 1.00 MB 2,255 272
467,354 467,354 000000000000000000e15517bdc743656d95816a142086eb32251f6be14fb150 1.00 MB 1,399 215
467,353 467,353 00000000000000000154b39f79eb98eaea185653cba822a0b468e24bcdbd2518 1.00 MB 2,539 274
467,352 467,352 0000000000000000018e86423804e917c75348090419a46e506bc2d4818c2827 1.00 MB 2,892 304
467,351 467,351 0000000000000000005b84b59ea0d036355b61f11435805c727d0a830f6c2a46 1.00 MB 1,766 397
467,350 467,350 0000000000000000005dfc72381222e835503a8f3ac30d284fd47027b0d49e59 1.00 MB 2,379 160
467,349 467,349 0000000000000000009aaf02ac6fb83e08e94cd2ac2af8088e7d1dc867e1fe2e 1.00 MB 2,669 201
467,348 467,348 00000000000000000153f74617654b780eb543eb1b476b2e7fec0072e7f3a060 1.00 MB 3,701 149
467,347 467,347 0000000000000000005ef3e0798aae16c8d9358fe5de1c173f3a4f97074d2520 1.00 MB 3,336 176
467,346 467,346 0000000000000000013510fabf1fc334f05b97c71ca42e3f98854d7cd9b5a59e 1.00 MB 2,264 246
Previous 10 blocks ↓
Total Size: 769.05 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,627.31 GB sent, 93.12 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.