Memory Pool Memory Pool Refreshing

960 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 914 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (35,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,381 872,381 0000000000000000000110459d6e9b1f6bc573cff3375d4626a9162aa3fd536f 1.81 MB 1,038 6
872,380 872,380 00000000000000000000915729a312ed4ae88f59586351a7433d20febde8ecbf 1.51 MB 2,957 10
872,379 872,379 00000000000000000000ec5ae5921dee848a435dd0afcac0a1f37310fcd43afe 1.73 MB 3,251 7
872,378 872,378 00000000000000000000870567a859df6e6ea54829654e694f19d2697ac482bc 1.46 MB 3,037 12
872,377 872,377 00000000000000000002bfb70fbab68c444ec3d12341de2c30c0139d9e13dca7 1.35 MB 2,309 9
872,376 872,376 000000000000000000010264d5ce2f13d8a28bebd134b7e5a84420d8e0398525 1.46 MB 2,368 9
872,375 872,375 000000000000000000014dcd64d790ac231b325225bb7ca045e2589c62016b5d 1.50 MB 3,196 12
872,374 872,374 0000000000000000000037e16a5bf2c583c5c5873813288d7f573594e70e9484 1.47 MB 1,887 8
872,373 872,373 00000000000000000002bf405ce8e1bcf71c981b6badcdd3a9c1998ea5434020 1.55 MB 4,025 13
872,372 872,372 0000000000000000000239397703540f0f4a05f3802bd84be73e50b706a7ccb5 1.41 MB 2,086 10
872,371 872,371 00000000000000000001245f6e08b560a9b43bcdc8ec80cb10734c7c46c6ccd2 1.58 MB 3,839 13
872,370 872,370 0000000000000000000277eb935e15f8597735a4560583f60f287a40cafd0cf3 1.64 MB 3,667 15
872,369 872,369 000000000000000000021b4f6d0bbef497ebc84d30aa667f91fa834214d2c479 1.40 MB 2,618 9
872,368 872,368 00000000000000000001c5fceab0b4d999f1aae4e6207ac019e27ac1869e0982 1.29 MB 1,427 9
872,367 872,367 000000000000000000003f6409a8a095b8a8507f164d9dbf7c6c143dda7c014d 1.85 MB 2,226 11
872,366 872,366 000000000000000000018700dd168b5672808addc35d6aa015eb817e80a00f2d 1.56 MB 3,456 17
872,365 872,365 000000000000000000001d74687b6170827dad9bf59c4d612db3d7cd73009a5b 1.33 MB 1,678 9
872,364 872,364 000000000000000000025755ccca0a8061ac673df5c4d833bdd0b112e5947f7e 1.64 MB 3,920 12
872,363 872,363 00000000000000000002026cd93d61cd31c4c3965a4360ea3acc12f1b3ed2f91 1.62 MB 3,804 15
872,362 872,362 0000000000000000000251679b57cbde51df3157a321d5b4ef89c733618e33e4 1.53 MB 3,245 21
872,361 872,361 000000000000000000005dfb72c2cc71e3d72330c7b12ac16dcdebc91ebc2f90 1.52 MB 3,625 15
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.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.