Memory Pool Memory Pool Refreshing

4,339 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (658,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,446 249,446 00000000000000442bb5d3db3cf836d2f305429e02eafd4c3a0f0df5520db437 0.24 MB 292 118
249,445 249,445 000000000000001d766a77f91123e0c0805d7dcbf8110abd7d61cd1d41d76e46 0.17 MB 358 208
249,444 249,444 000000000000005754244aeb4f150e65c33bd1253d1e2253e4053c8fecca0255 0.04 MB 102 35
249,443 249,443 000000000000002e8c8dcdddb473d1a63bafe5af8bc7b8099bc5ea918ebf1586 0.11 MB 256 200
249,442 249,442 0000000000000029ca016395a8c268b7003d97da3009a8efcb8c066c10a821f6 0.02 MB 27 88
249,441 249,441 0000000000000043f12e453cd9095de818be0396f43a6a31177c9d750f831334 0.08 MB 107 84
249,440 249,440 000000000000001f2be6f3d554240b864c284fea903bb28982da27e424d9c0c1 0.07 MB 163 135
249,439 249,439 000000000000000eb48648882f3605cd3d1c0812ecde8cbe66bbbfae3feb73e2 0.14 MB 399 115
249,438 249,438 000000000000007681161019625503f4e008dded516c69178cf39cc68baa4516 0.24 MB 584 210
249,437 249,437 000000000000001e86b9ed31471601dad32e650c6fe474463b6d2525a118f13b 0.18 MB 408 130
249,436 249,436 000000000000000e09670e36441080e2bb250cef013876c0255760a0da0e2987 0.09 MB 196 115
249,435 249,435 00000000000000674bad2d7e856edced5cd6c62360ba3e3212358d63b984172a 0.09 MB 198 102
249,434 249,434 0000000000000034237ac86c6c7fdc2c96cd0bcf43ce128381b50e2bb8c3e57d 0.14 MB 166 91
249,433 249,433 0000000000000073c08b3abcff2f9e444f12a35569e196feb5dd3f68239e19ec 0.15 MB 345 94
249,432 249,432 000000000000003d8cb26378eeabc3a3e2288300828edf678f69ecb58ed76a3a 0.16 MB 223 75
249,431 249,431 000000000000003ac1d6b576bc6d22dfc72bb56e508e5b2494ff4fcdb703211c 0.00 MB 5 116
249,430 249,430 0000000000000080a2f1dbad441f33991798c05335701cbb4f350f91ae3d51b0 0.04 MB 64 157
249,429 249,429 000000000000001b085527e9dd3a7257612686c820678e611adf2e63089b1a91 0.05 MB 112 97
249,428 249,428 000000000000003d682e0c5d701fa8e7254a16860eb049f649aedce671e0c02e 0.05 MB 106 94
249,427 249,427 000000000000000b2dde18fb9ca803500f4602c77376d78dec6f1344e6b2e6ff 0.07 MB 156 107
249,426 249,426 000000000000007fea7423f451d6448f136036a332df1265274c210b3f4911fb 0.00 MB 15 84
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.