Memory Pool Memory Pool Refreshing

1,895 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,888 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (693,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,453 214,453 0000000000000423a488a645096dc0f0c900195d0b3fd4cdef7068ac33f3bd6e 0.13 MB 294 168
214,452 214,452 00000000000000b0d4fd68c051a9adea89170466afb3f48633e6b20fa61d0f1b 0.18 MB 351 167
214,451 214,451 00000000000000461b5bcb1fe8b88a480f411d65114c795fbfd644805f5b3a04 0.00 MB 1 0
214,450 214,450 0000000000000299e99968af68423887b9be34fc50eea6c49f6dd010fdf35201 0.02 MB 23 104
214,449 214,449 0000000000000345c68cdb7348076e5a25b47991f83d81941a8d10c3ab8ae538 0.04 MB 113 162
214,448 214,448 00000000000001e0548821ae97ea88da80494c7ff16864a2f2fe8503f63cc2e7 0.22 MB 326 132
214,447 214,447 00000000000001590a92c1a873c172596f45f352177a9127f7073c8b47d491a5 0.25 MB 605 190
214,446 214,446 000000000000006cdd792fc12e5c5cfb87618010bac15c1b0bac9105237d01ab 0.00 MB 8 0
214,445 214,445 00000000000004fc92e6a2cbfbef59c74326e08dd21521c5b8f68bce275056d4 0.14 MB 333 211
214,444 214,444 00000000000001337c64c73e1ea897f564dc11d0410eb66e70518545c9b17406 0.02 MB 71 173
214,443 214,443 0000000000000455d33e986200d56f4969835c09fb26c30f45000933bad6f184 0.05 MB 130 200
214,442 214,442 000000000000017665c630dce8a70b9bda77453c2ceee3027fbefbbfe4002825 0.03 MB 86 150
214,441 214,441 000000000000016b5d2fee977c870a971792e521574a997e615d886b73cd62dd 0.09 MB 247 181
214,440 214,440 00000000000003acfcc29b15ce86ebe7eea8b52f379890f2d347a378fce335dd 0.01 MB 34 148
214,439 214,439 00000000000003b863f2d698f28fe8e29c0cf69eebcae772ca0be6ba0cd732b1 0.04 MB 70 113
214,438 214,438 00000000000002d887ee56826ea40b4e64db56a3760bc8550d125f04d91017af 0.02 MB 32 118
214,437 214,437 000000000000050d5624f2b18cd769fd6f920d939019d7377e6204a92d15f71d 0.02 MB 53 146
214,436 214,436 00000000000004ba04da3c44a9b263b3377539c01fecdc65c65c13c3d21b7e38 0.13 MB 374 219
214,435 214,435 00000000000004495247ff1d1ad77bf382e120304685b8463729a9d80fa28457 0.03 MB 56 114
214,434 214,434 000000000000026d3216670d55cb262d83360a9b104b136509268ae2d687b32a 0.02 MB 39 169
214,433 214,433 000000000000052bd59921cf2e9dd37ad2646a886ef00612f0c14ea0b1e175e6 0.07 MB 145 173
Previous 10 blocks ↓
Total Size: 769.57 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,649.52 GB sent, 95.77 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.